GET
/
api
/
v1
/
connectedAccounts
/
{connectedAccountId}
/
info

Authorizations

x-api-key
string
headerrequired

API key for authentication, you can easily get it from the dashboard after login or if you are using CLI, you can get it from the composio whoami command

Path Parameters

connectedAccountId
string
required

Response

200 - application/json
base_url
string
required

The base URL of the connection. This is the starting part (or base part) of the URL that you need to send requests to. This is especially useful when you are working with apps that have dynamic urls (based on connection params) like Shopify.

parameters
object[]
required
body
object
required

The body params to send with the request. Some apps require this to be sent in the body of the request for authentication.