Request Headers
This page covers main HTTP request headers that are used in YouTrack REST API. HTTP headers basically describe the API request and the data it contains or expects to be returned.
Header | Description |
---|---|
Authorization | This header provides the authorization data for the request. Here is an example of an
'Authorization: Bearer perm:am9obi5kb2U=.UG9zdG1hbiBKb2huIERvZQ==.jJe0eYhhkV271j1lCpfknNYOEakNk7'
If you don't provide an For details about supported authorization methods, read Log in to YouTrack. |
Accept | This header defines in which format you expect the response body to be returned by the server. Provide this header for |
Content-Type | This header defines in which format you send request payload data to the server. Provide this header for |