Users
Authorizations
AuthorizationstringRequired
Authenticate as a user with a personal access token.
Send it as a bearer token in the Authorization header:
Authorization: Bearer <personal-access-token>
Personal access tokens act on behalf of the user that created them and are required by endpoints that perform user actions, such as reviewing builds and posting comments.
Responses
200
The authenticated user
application/json
A user.
idstringRequired
slugstringRequired
namestring · nullableRequired
401
Unauthorized
application/json
500
Server error
application/json
get/me
Last updated
Was this helpful?