OAuth Clients

Create a new OAuth 2.0 client for your organization

post/v1/oauth-clients

Request body

organization_idstring uuid required
namestring required
descriptionstring
redirect_urisstring[] required
scopesstring[] required
is_publicboolean

Response

Default Response

idstring
client_idstring
client_secretstring
namestring
redirect_urisstring[]
scopesstring[]
is_publicboolean
created_atstring

Changes

Changed in 2 of the 24 revisions of this API.10

    • added the new files:read enum value to the request property scopes/items/

      request-property-enum-value-added

    • added the new files:write enum value to the request property scopes/items/

      request-property-enum-value-added

    • added the new print-jobs:read enum value to the request property scopes/items/

      request-property-enum-value-added

    • added the new print-jobs:write enum value to the request property scopes/items/

      request-property-enum-value-added

    • added the new fleet:read enum value to the request property scopes/items/

      request-property-enum-value-added

    • added the new fleet:write enum value to the request property scopes/items/

      request-property-enum-value-added

    • added the new inventory:read enum value to the request property scopes/items/

      request-property-enum-value-added

    • added the new inventory:write enum value to the request property scopes/items/

      request-property-enum-value-added

    • added the new makes:read enum value to the request property scopes/items/

      request-property-enum-value-added

    • added the new makes:write enum value to the request property scopes/items/

      request-property-enum-value-added