v1
latestOpenAPI 3.0.0Proprietary2026-07-26316155742.7 KBAuthorizations
Create an authorization
Create a new authorization.
post/authorizations
Headers
X-PhraseApp-OTPstring
Two-Factor-Authentication token (optional)
Request body
Example request
{
"note": "My Deploy Script",
"scopes": [
"read",
"write"
],
"expires_at": "2015-03-30T09:52:53Z"
}Response
Created
Example response
{
"token": "abcd1234cdef1234abcd1234cdef1234abcd1234cdef1234abcd1234cdef1234abcd1234cdef1234abcd1234cdef1234abcd1234cdef1234abcd1234cdef1234"
}