Connections
Get Auth credentials
Get authentication crdentials for the connected account, i.e all the headers, query parameters, etc. that are required to make requests to the third-party service directly.
GET
/
api
/
v1
/
connectedAccounts
/
{connectedAccountId}
/
info
Authorizations
Path Parameters
Response
200 - application/json
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.
The body params to send with the request. Some apps require this to be sent in the body of the request for authentication.
Was this page helpful?