Our API uses [REST](https://en.wikipedia.org/wiki/REST) and authenticate with [OAuth 2.0](https://oauth.net/2/) access tokens. It accepts `application/json` request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, and verbs.

Base URL

```text
https://api.astrada.co
```

### What’s Next

Want to get started? Check how you can authenticate with our API.

- [Authentication](https://docs.astrada.co/reference/authentication)
