APIUser Connections

Get user connection

Get a user connection by ID.

GET/user/connections/{connection_id}

Get a user connection by ID.

Path Parameters

connection_id*string
Formatuuid

Response Body

application/json

application/json

curl -X GET "https://example.com/user/connections/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{  "id": null,  "mcp_id": null,  "status": "active",  "granted_scopes": [    "string"  ],  "created_at": "2019-08-24T14:15:22Z",  "last_used_at": "2019-08-24T14:15:22Z",  "last_refreshed_at": "2019-08-24T14:15:22Z"}