# Access Keys

OAuth access keys are created in Merchant Dashboard and can be exchanged for bearer tokens.

Use the `/access-keys/token` endpoint to mint a bearer token from a valid `client_id` and `client_secret`.


## Mint an access token

 - [POST /access-keys/token](https://docs.resolvepay.com/merchant-api/openapi/access-keys/issueaccesskeytoken.md): Exchange an OAuth access key for a bearer token by providing its client_id and client_secret in the request body.

