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.bundleup.io/v1/connections/{id}/credentials \ --header 'Authorization: Bearer <token>'
{ "access_token": "<string>", "expires_at": "2023-11-07T05:31:56Z" }
Returns decrypted access token metadata for a connection.
Pass the API key as a bearer token.
Resource identifier.
Connection credentials retrieved successfully.
Decrypted access token.
Was this page helpful?