v1

latestOpenAPI 3.0.0Proprietary2026-07-26316155742.7 KB
Authorizations

List authorizations

List all your authorizations.

get/authorizations

Query parameters

pageinteger

Page number

per_pageinteger

Limit on the number of objects to be returned, between 1 and 100. 25 by default

Headers

X-PhraseApp-OTPstring

Two-Factor-Authentication token (optional)

Response

OK

idstring
notestring
token_last_eightstring
hashed_tokenstring
scopesstring[]
expires_atstring date-time
created_atstring date-time
updated_atstring date-time

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"
  }
]