cURL
curl --request GET \ --url https://api.sequin.io/v1/oauth-apps/{id} \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "8ff58ef0-d376-4ae8-b2e2-9f0206aa65b8", "provider": "stripe", "name": "My Stripe OAuth App", "client_id": "8ff58ef0-d376-4ae8-b2e2-9f0206aa65b8", "client_secret": "**********", "metadata": { "custom_property": 42 }, // the health field is coming soon "health": { "status": "ok", "notes": [], "time": "2023-12-15 01:29:29" }, "created_at": "2024-02-20T02:10:52Z", "updated_at": "2024-02-20T02:10:52Z" }, { ... }, { ... } ] }
This endpoint gets a single OAuth app.
Documentation IndexFetch the complete documentation index at: https://sequin.io/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://sequin.io/docs/llms.txt
Use this file to discover all available pages before exploring further.