Authorize
Retrieve Bearer token to use
Create a token with a client_id and client_secret created under Settings - API
Responses
200Success
application/json
400
Invalid credentials
401
Unauthorized
post
POST /v1/auth/token/ HTTP/1.1
Host: journeys-api.50skills.app
Accept: */*
{
"expires_in": 35999,
"access_token": "b8a281906f575c63c79a1d25b72b54ef3a2ecfa0",
"token_type": "Bearer"
}
{
"client_id": "8s236ed55a5233443783ff7ffb0d91",
"client_secret": "167632e1931219af444cab35d11858ac18ad9f70",
"token_type:": "Bearer"
}
{
"expires_in": 35999,
"access_token": "b8a281906f575c63c79a1d25b72b54ef3a2ecfa0",
"token_type": "Bearer"
}
Last updated