cURL
curl --request GET \ --url https://api.hotglue.com/{env_id}/{flow_id}/{tenant}/connectors/{connector_id}/accesstoken \ --header 'x-api-key: <api-key>'
{ "success": true, "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9..." }
Uses the tenant’s linked credentials to retrieve a new access token for a given connector. Only supported on select connectors
ID of environment
ID of flow
ID of tenant
ID of connector
"salesforce"
200
true
"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9..."