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.
Path parameters
connectedAccountId
Headers
x-api-key
Response
base_url
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
body
The body params to send with the request. Some apps require this to be sent in the body of the request for authentication.