OAuth Clients
Create OAuth client
Creates a new OAuth client on your account for authenticating third-party integrations, and returns the created client.
post/oauth_clients
Request body
Example request
{
"name": "My OAuth client",
"allowed_scopes": [
"admin"
]
}Response
OAuth client created successfully
Changes
Changed in 1 of the 99 revisions of this API.1
- ○
the endpoint scheme security
bearerAuthwas removed from the APIapi-security-removed
- ○
Of the 99 revisions, 1 has no diff computed.