Connection profiles
List org profiles using my bindings
List all org-level connection profiles where the authenticated user has bound provider connections.
GET
/api/connection-profiles/my-org-bindingsbetter-auth.session_token<token>
Cookie session from Better Auth. Requires X-Org-Id header for org-scoped routes.
In: cookie
Header Parameters
X-Org-Id?string
Organization ID. Required for cookie auth. Not needed for API key auth (org resolved from key).
Format
uuidcurl -X GET "https://loading/api/connection-profiles/my-org-bindings"{
"profiles": [
{
"profile": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"orgId": "25b2c2d5-a7fc-47d0-89e4-8709a1560bfa"
},
"providerIds": [
"string"
]
}
]
}{
"type": "https://docs.appstrate.dev/errors/unauthorized",
"title": "Unauthorized",
"status": 401,
"detail": "Invalid or missing session",
"code": "unauthorized",
"requestId": "req_abc123"
}