> For the complete documentation index, see [llms.txt](https://docs.betaramps.com/documentation-beta-ramps/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.betaramps.com/documentation-beta-ramps/getting-started/api-integration.md).

# API Integration

### Steps to Go Live:

1- Request integration keys in the "Integrations" menu on the dashboard.&#x20;

2 -Point your integration to the production environment

*`live.betaapp.com`*  &#x20;

Once everything is set up, all orders in this environment are real orders and involve real coins.&#x20;

For the sandbox environment, please get in touch with our support.&#x20;

### Header

For authentication, the `Authorisation` header must be included in the request. The value consists of the auth scheme, `Bearer` followed by the Access token:

`Authorization: Bearer <Access token>`

For requests that include a body, the `Content-Type` header must specify that the body is JSON: `Content-Type: application/json`

### Body

Parameters sent to Beta in the Body must be in JSON format and use UTF-8 encoding.
