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
- ○
endpoint added
endpoint-added
This revision also has 41 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
Of the 99 revisions, 1 has no diff computed.