Download OpenAPI specification:Download
The Javascript SDK is maintained within Github, and contains the installation and usage instructions in the Readme file. SDK code examples are included in these docs.
You can create a JSON Web Token (JWT) via our JWT Session resource.
Usage format: Bearer <JWT>
.
Security Scheme Type | HTTP |
---|---|
HTTP Authorization Scheme | bearer |
Bearer format | "JWT" |
Only for the Tokens resource.
You can create a Publishable API Key via our API Keys resource, by specifying the type as publishable
.
Security Scheme Type | API Key |
---|---|
Header parameter name: | Authorization |
When you sign up for an account, you are given your first secret API key. To do so please follow this link. Also you can generate additional API keys, and delete API keys (as you may need to rotate your keys in the future). All API keys can be restricted to a small set of permissions (restricted API keys).
Security Scheme Type | API Key |
---|---|
Header parameter name: | REB-APIKEY |