Authentication

For each environment and product, Senmo will provide you with a set of API keys.

You must provide these API keys to the Senmo API on request, as a header x-api-key.

Authorization is required:

  • To verify your request and prove your ownership.

For security reasons, do not include your API key in the request URLs of any API calls. You should make your requests through the server side and always save them in on environment file.

Header Required

KeyValue

x-api-key

Will be provided by Senmo.

Last updated