REST API URL and Endpoints
REST API URL in YouTrack
YouTrack's REST API is available by the following URL:
{YouTrack-Service-URL}/api/
/api/
is the context path for the REST API of your YouTrack service.
For the sample Base URLs above, REST API URLs are as follows, respectively:
Concluding the example, the endpoint URLs to, let's say, get the profile of the current user are:
For
www.example.com/youtrack
:https://www.example.com/youtrack/api/admin/users/meFor
youtrack.example.com
:https://youtrack.example.com/api/admin/users/me
Last modified: 8 April 2021