Get started making calls to the Layer API
Obtain your client credentials
client_id
and client_secret
tokens.Get a bearer token
client_id
and client_secret
in the body of a POST request to Layer’s authorization server as shown below.Make a test API call
client_id
and client_secret
. We recommend refreshing tokens for new sets of requests rather than persisting access tokens.