Learn how to authenticate to the Lucca API
Declaring Your Client Application
/identity/admin/integration-keys
. You must have sufficient priviledges
to access this page ; if you do not, then please contact your administrator.client_id
and a client_secret
. Save them! (especially the secret). And keep them secure.
Both are needed for authenticating, and you won’t ever see the secret again. Tip: if you still lost the secret, you can generate a new one.client_secret
and access_tokens
secure.Obtaining an Access Token
client_id
and the client_secret
to the authorize endpoint to be given an authentication token.accounts.world.luccasoftware.com
.application/x-www-form-urlencoded
and NOT the usual JSON.Using the Access Token
Authorization
HTTP header:401 Unauthorized
response.403 Forbidden
response.