cURL
curl --request GET \ --url https://app.getcensus.com/api/v1/source_connect_links/{connect_link_id} \ --header 'Authorization: Bearer <token>'
{ "status": "success", "data": { "id": 469, "expiration": "2023-07-22T23:42:47.239Z", "revoked": false, "uri": "https://app.getcensus.com/pbc?auth=expiring_auth_key", "type": "postgres", "expired": false, "redirect_uri": "<string>", "source_id": 123 } }
Retrieve the details of a specific source connect link. Read more on how to use Connect links in our Census Embedded How-to Guides.
Bearer token for the current workspace. Can be retrieved from the Workspace's settings page.
ID of the connect link
Successfully retrieved source connect link details.
The outcome of the fetch request
success
"success"
Show child attributes
Was this page helpful?