Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.prequel.co/recipients/{recipient_id} \ --header 'X-API-KEY: <api-key>'
{ "status": "<string>", "data": { "recipient": { "id": "<string>", "name": "<string>", "products": [ "<string>" ], "id_in_provider_system": "<string>", "default_full_refresh_min_start_time_epoch": 123, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } }, "message": "<string>" }
Get the specified recipient. Recipients are the customers who will consume data.
Recipient ID.
OK
"success"
Show child attributes