533 B
533 B
/account/id
- GET
Returns identity information about the authorized account.
HTTP Headers
Header | Content |
---|---|
Authorization | Bearer {token} |
Responses
200 - Success
Content - JSON:
Field | Description |
---|---|
id | The accounts unique id. |
username | The projects unique name. |
401 - Error: Unauthorized
The provided access token doesn't allow you to perform this operation.