Skip to main content
Before getting started, reach out to Support at support@emotive.io to receive your API key.

Orders Endpoint

Orders Endpoint: https://api.emotiveapp.co/ecommerce/v1/orders/ Method: POST Content-type: application/json

Authorization

To access the Emotive Open API, a client must add an “Authorization” HTTPS header to every API request and that header’s value must contain a valid API token. This will be provided to you by Emotive.

Formatting

Your Authorization header should contain the word “Token” followed by a space, and the API key provided by Emotive.

Required Body Parameters

The minimum required parameters for Emotive to successfully track an order are listed below. Orders sent without all required data, or with invalid values will result in a 400 error code. A full order object example is available at the bottom of the article to show how the data payload should be formed.

HTTPS Status Codes

Success Codes

Client Error Codes

Server Error Codes

Example POST Code Snippets

Python

cURL