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
{
"allowed_scopes": [
"admin"
],
"name": "My OAuth client"
}Response
OAuth client created successfully
Changes
Changed in 1 of the 61 revisions of this API.1
- ○
the endpoint scheme security
bearerAuthwas removed from the APIapi-security-removed
- ○