Order Verification API
The Order Verification API allows you to verify orders securely. Below are the details for using this API effectively:
API Endpoint:
POST https://evocreator.com/api/v1/orders/get
Payload Structure:
This API requires two fields in the payload:
{
"user": "user_2pF6CiOETL9cPy7Fb5Q7A0Yek9z",
"key": "6741c58edd30ef2d02acab70"
} user:The unique user ID associated with the account.
You can copy the User ID from the API Key section in the Evo Creator Dashboard.

key:
The order-specific key sent to the buyer's email after a successful order.
Example: If you create a product on Evo Creator and someone purchases it, this key is emailed to the buyer.
Authorization Header:
The request must include Bearer Token Authentication to ensure security.
Example Header:
You can generate your API Key from the Evo Creator API Key Dashboard.

Example API Requests:
1. JavaScript (Fetch):
2. JavaScript (Axios):
3. Python (Requests):
4. cURL:
Example Response:
If the order is successfully found, you will receive the following response:
Key Highlights:
User ID: Retrieved from Evo Creator's API Key Dashboard.
Key: Sent to buyers via email upon successful order.
Authorization: Secure requests with the Bearer Token.
Use this API to streamline and authenticate your order verification process securely! 🚀
Last updated