Get Subscription
Retrieve details of a specific subscription by ID.
GET /v1/subscriptions/{id}/
Retrieve details of a specific subscription by ID.
cURL Example
Sample request using cURL
Request
curl -X GET "https://api.notify-me.app/v1/subscriptions/{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