Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
HTTP/1.1 201 Created
{"resourceAccessToken":"a1b2c3d4e5f6"} 

Unsuccessful Response:

Code Block
HTTP/1.1 401 Unauthorized
{"reason": "Not authorized."}

 

Validate a Resource-Access Session

...

Unsuccessful Response:

Code Block
HTTP/1.1 400401 OKUnauthorized
{"reason": "Not authorized."}

...