post
https://openapi.advance.ai/v1/auth/tokens
Generate a JWT access token by verifying your accessKey and signature.
Use the returned token in the Authorization: Bearer {accessToken} header
for all subsequent API calls.
Signature computation
- Concatenate:
accessKey + secretKey + timestamp - Compute the SHA-256 hash of the concatenated string
- The resulting hex string is your
signature
The secretKey is never sent over the network.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…