cURL
curl --request POST \ --url https://api.example.com/v2/auth/agents/{agent_id}/connections \ --header 'Content-Type: application/json' \ --data ' { "oauth_token_id": "<string>" } '
{ "id": "<string>", "agent_id": "<string>", "oauth_token_id": "<string>", "provider_id": "<string>", "provider_account_label": "<string>", "scopes": [ "<string>" ], "expires_at": "2023-11-07T05:31:56Z", "created_by": "<string>", "created_at": "2023-11-07T05:31:56Z" }
Agent ID
Successful Response
Was this page helpful?