OAuth
Authorizations
AuthorizationstringRequired
OAuth2 Bearer token obtained from authentication endpoint
Body
orgIdinteger · int32OptionalExample:
Organization ID, in which OAuth client will be created. If not provided, the organization, that is associated with the authentication token, will be used.
101namestring · min: 1 · max: 64RequiredExample:
Client application name
My IoT AppredirectUrlsstring · uri[] · max: 10OptionalExample:
Redirect URIs
https://myapp.com/oauth/callbackResponses
201
OAuth client created successfully
application/json
400
Bad request
application/json
403
Forbidden
application/json
404
Organization not found or access denied
application/json
429
Too many requests
500
Internal server error
application/json
post
/api/v1/organization/oauth/clients/createLast updated
Was this helpful?

