# Introduction
# Get Started
Before you can integrate , you must set up your development environment to get OAuth 2.0 client ID and secret credentials live environments. You exchange these credentials for an access token that authorizes your REST API calls.
You can get the client ID and secret credentials from the manager responsible for your company.
# Endpoints
Base endpoint for test environments
https://test-api.vektor-adv.ru
Base endpoint for production environments
https://api.vektor-adv.ru
Token
| Method | Endpoint | Description |
|---|---|---|
| POST | /connect/token | get access token |
Orders
| Method | Endpoint | Description |
|---|---|---|
| POST | /v1/orders | create order |
| GET | /v1/orders/ | get orders |
| GET | /v1/orders/{id} | get order details |
| GET | /v1/orders/{id}/status | get order status |
Certificates
| Method | Endpoint | Description |
|---|---|---|
| GET | /v1/ecards/ | get certificates |
Balance
| Method | Endpoint | Description |
|---|---|---|
| GET | /v1/balance/ | get current balance |