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 7 months ago
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 7 months ago