OAuth

Issue a client_credentials access token

RFC 6749 token endpoint. Public clients may omit client authentication. The catalog GET does not require this token.

post/oauth/token

Request body

grant_type'client_credentials' required
scopestring
client_idstring

Response

Access token issued.

access_tokenstring required
token_type'Bearer' required
expires_in3600 required
scope'catalog.read' required

Changes

No recorded changes to this endpoint across all 1 revision of this API.