cURL
curl --request GET \ --url https://actions.zapier.com/api/v2/auth/accounts/ \ --header 'x-api-key: <api-key>'
{ "results": [ { "id": 123, "name": "<string>", "logo_url": "<string>", "owner": { "name": "<string>", "email": "<string>" } } ] }
Get a list of Zapier accounts for the current user.
OK
The response is of type object.
object
Was this page helpful?