Authentication
An API key is a token that you provide when making API calls. Include the token in a header parameter called x-api-key.
Example: x-api-key : 123
header = {
"x-api-key": "123",
// other header options
}Updated about 1 year ago
Did this page help you?