Get Auth credentials

GET

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

connectedAccountIdstringRequired

Headers

x-org-api-keystringRequired

Response

base_urlstring

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.

parameterslist of objects
bodymap from strings to any

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

Built with