While working with Speakatoo’s API, I’m unsure about the proper format for including the API key in the request headers.
Can someone provide clarity on how the API key should be structured or formatted? Are there any examples or specific conventions to follow to ensure successful authentication? Your insights would be greatly appreciated!
I haven't used the API, but it looks straightforward:
Note: 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'.
Basically copy the API key from your Speakatoo console and paste it into the Particle custom webhook as a header field:
Also make sure the request tpye is set to JSON.