Response

Success

Headers
Status201required
Content-Typeapplication/jsonrequired
Body

JSON object having the following attributes:

Attribute
client_idThe client application identifier string.required
client_secretThe client application secret string.required
client_id_issued_atThe time at which the client application identifier was issued.required
redirect_urisThe array of redirection URI strings that the client application can use in redirect-based flows.required
grant_typesThe grant type strings that the client application can use for the client token endpoint.required
scopesThe scope strings defining the Adobe Pass Authentication APIs that the client application can use.required
required

Error

Headers
Status400required
Content-Typeapplication/jsonrequired
Body
error

The possible values are:

Value
invalid_request

The request is invalid due to one of the following reasons:

  • The request misses a required parameter.
  • The request includes an unsupported parameter value.
  • The request repeats a parameter.
  • The request is malformed.
invalid_redirect_uriThe request includes a value for the redirection URI which is invalid.
invalid_software_statementThe request includes a value for the software statement which is invalid.
unapproved_software_statementThe request includes a value for the software statement which is not approved for use by the Adobe Pass Authentication server.
required