Get Shop Pre Order
Retrieve details of a specific shop pre order by ID.
GET /v1/pre-orders/{id}/
Retrieve details of a specific shop pre order by ID.
cURL Example
Sample request using cURL
Request
curl -X GET "https://api.notify-me.app/v1/pre-orders/{id}/" \
-H "X-Api-Key: YOUR_API_KEY"
200
Response
See example response in documentation
401
Authentication failed
Response
See example response in documentation
403
Permission denied
429
Rate limit exceeded
404
Object not found