Authentication
Authentication
The API uses a Bearer token for authentication. To get one, we must first make an call to our authentication endpoint with the credentials we get from the Journeys system Client ID
and a Client Secret.
When requesting a token, we use a JSON body to authenticate.
The endpoint to use is:
Using the token
After receiving the Token, you are ready to start using the public endpoints available.
Authorization type we use is Bearer where the Token generated earlier is used along with the Prefix Bearer
Last updated