For the complete documentation index, see llms.txt. This page is also available as Markdown.

Authentication

In order to use the API of Shiplemon.com, you should contact us in order to create an API key for you. Start by sending an email at info@shiplemon.com

Each request you make to the API must include the following HTTP header in order to authenticate with the Shiplemon API

'x-api-key': 'YOUR_API_KEY'

Replace the YOUR_API_KEY with your own API key. All API requests must be made over HTTPS. Calls made over plain HTTP will fail. API requests without the above x-api-key header will also fail.

Last updated