POST https://press-order-api.sovendus.com/ext/{PRODUCT_ID}/{TOKEN}/api
Request Body
{"apiKey":"YOUR_API_KEY"}
Response Codes
Code
Meaning
200
✅ Success
403
❌ Invalid API key
422
❌ Invalid Product ID or token
404
❌ Wrong URL
Optional
In addition to the above, you may also wish to store the sovReqToken alongside the order’s information - such as by sending the token to your backend - to persist it for a longer time. This way, you will be able to locate the token to be sent to Sovendus for cancellation purposes, if needed.
The API requires a certain format for test tokens. If this format is not met, you may receive a '422 - Unprocessable Content' - "Invalid API parameters" error message. Please test using the following tokens (or very similar):
11111-test-111-11111
fffff-test-fff-fffff
12345-test-123-12345
1a2b3-test-1a2-1a2b3
Check token storage in your server logs or cache
Complete test order and verify API call in logs:
POST https://press-order-api.sovendus.com/ext/YOUR_PRODUCT_ID/12345-test-123-12345/api