v1
latestOpenAPI 3.0.0Proprietary2026-07-26316155742.7 KBAuthorizations
Get a single authorization
Get details on a single authorization.
get/authorizations/{id}
Path parameters
idstring required
ID
Headers
X-PhraseApp-OTPstring
Two-Factor-Authentication token (optional)
Response
OK
Example response
{
"id": "abcd1234cdef1234abcd1234cdef1234",
"note": "My Deploy Script",
"token_last_eight": "1234abcd",
"hashed_token": "abcd1234cdef1234abcd1234cdef1234abcd1234cdef1234abcd1234cdef1234",
"scopes": [
"read"
],
"expires_at": "2015-03-30T09:52:53Z",
"created_at": "2015-01-28T09:52:53Z",
"updated_at": "2015-01-28T09:52:53Z"
}