I am working with Speakatoo’s API and need clarification on how to properly include the API key in the headers for requests. Should it be added as Authorization: Bearer [API_KEY], or does Speakatoo require a different format?
If possible, please provide an example of the correct format. Thank you!
You need to pass API Key in the HTTP Authorization request header as ‘X-API-KEY: YOUR-API-KEY’. Your Content-Type header should be ‘Content-Type: application/json’.
I’ve never used this service so I’m just repeating what the documentation is saying.