Connections
List Connections
GET
/
connections
Authorizations
x-api-key
string
headerrequiredResponse
200 - application/json
id_connection
string
requiredUnique identifier for the connection
status
string
requiredStatus of the connection
provider_slug
string
requiredSlug for the provider
vertical
string
requiredVertical category of the connection
account_url
string
requiredURL of the account
token_type
enum<string>
requiredStrategy type
Available options:
oauth2
, apikey
, basic
access_token
string
requiredAccess token for the connection
refresh_token
string
requiredRefresh token for the connection
expiration_timestamp
string
requiredExpiration timestamp of the access token
created_at
string
requiredTimestamp when the connection was created
connection_token
string
requiredUUID Token for the connection
id_project
string
requiredProject ID associated with the connection
id_linked_user
string
requiredLinked user ID associated with the connection
Was this page helpful?