cURL
curl --request GET \ --url https://api.example.com/exo-api/resources/{name}/{id}
Returns a single record by its ID.
contact
order
curl -H "Authorization: Bearer YOUR_TOKEN" \ https://your-app.com/exo-api/resources/contact/1
data
{ "id": 1, "name": "Jane Smith", "email": "[email protected]", "phone": "+1-555-0123", "created_at": "2026-03-28T14:30:00+00:00" }
403
404