generateToken
Generates an API authentication token from your API key and secret that is used to authenticate all other API calls.
| Request Body — REQUIRED |
|---|
apiKey string — REQUIRED |
apiSecret string — REQUIRED |
| Responses | |||
|---|---|---|---|
200Object containing your token, which should be used in subsequent requests
|