---
title: "Authenticating to Raptor Maps"
method: POST
path: "/oauth/token"
---

# Authenticating to Raptor Maps

`POST /oauth/token`

Use this endpoint to retrieve an API access token with your API Credentials.

## Request body

- object
  - `client_id` string, required — API Credentials - Client ID
  - `client_secret` string, required — API Credentials - Client Secret
  - `audience` string, required — OAuth2 audience parameter

## Response `200`

200

- object
  - `access_token` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/raptormaps/apis/raptor-maps-authentication.md) · [All operations](https://skmtc.net/raptormaps/apis/raptor-maps-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/raptormaps/raptor-maps-authentication/versions/4887159079a9/schema)
