> For the complete documentation index, see [llms.txt](https://docs.50skills.app/journeys/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.50skills.app/journeys/api-reference/undefined/authorize.md).

# Authorize

Retrieve Bearer token to use

{% openapi src="/files/HceBJd5Oa9ix2AdHFpf4" path="v1/auth/token/" method="post" expanded="true" fullWidth="false" %}
[50skills Journeys API 2.yaml](https://2745779787-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3Mz58ywsyckDBxRQPsJf%2Fuploads%2Fgit-blob-e4fb17c5b0e22e04724315d184ccee298927525d%2F50skills%20Journeys%20API%202.yaml?alt=media)
{% endopenapi %}

{% tabs %}
{% tab title="Request sample" %}

```json
{
  "client_id": "8s236ed55a5233443783ff7ffb0d91",
  "client_secret": "167632e1931219af444cab35d11858ac18ad9f70",
  "token_type:": "Bearer"
}  
```

{% endtab %}
{% endtabs %}

{% tabs %}
{% tab title="Response sample" %}

```json
{
  "expires_in": 35999,
  "access_token": "b8a281906f575c63c79a1d25b72b54ef3a2ecfa0",
  "token_type": "Bearer"
}    
```

{% endtab %}
{% endtabs %}
