GET
/subscriptions/{id}
curl \
--request GET 'http://localhost:8080/subscriptions/{id}'
Response examples (200)
{
"id": "c1f7c2e2-1234-4b6a-9c1e-abcdef123456",
"created_at": "2025-05-12T12:00:00Z",
"target_url": "https://webhook.site/your-url",
"updated_at": "2025-05-12T12:00:00Z",
"event_types": "order.created,user.updated"
}
Response examples (404)
{
"error": "string"
}
Response examples (500)
{
"error": "string"
}