latestOpenAPI 3.0.02026-08-232861531.0 MB

d3c75c2a2f1d

auth

Get access token

This endpoint allows user to receive access token that can be used to access luma service with. This is similar to login flow except that client receives access token by providing clientId and clientSecret.

post/auth/token

Request body

client_idstring required

client_id provided by luma

client_secretstring required

client_secret provided by luma

grant_type'client_credentials' required

The type of token to generate

Response

Returns a JWT token that can be used as a Bearer token.

access_tokenstring required
token_type'Bearer' required
expires_innumber required