Authorization
Last updated
Was this helpful?
Last updated
Was this helpful?
Synapses API uses API keys to authenticate requests. These API keys can be generated from or for development purposes and must be supplied with each request.
Login to
Click on the Setting
-> API Token
or directly visit /developer/token
Click “Generate”
An API key is a token that a client provides when making API calls. Synapses API provides two methods for authentication.
As a query string parameter
Method
Key
POST
{
"key": "
YOUR_API_KEY
"
}
GET
<endpoint>/v1/example?key=
YOUR_API_KEY
In the authorization header
"Authorization: Bearer
YOUR_API_KEY
"