POST /api/v2/oauth/clients

Allowed For

Allowed scopes

You can optionally set a scope property on the client to restrict which scopes it is permitted to request during the OAuth authorization flow. The value is a space-separated string of scope values. When set, any token request using this client must only include scopes from this list. If a client requests a scope not included in its allowed scopes, the request fails with a 400 Bad Request response and an invalid_scope error. If scope is omitted, no scope restrictions are applied to the client.

For the full list of valid scope values, see Scopes.

Servers

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.