GET
/
zapier
/
me
curl --request GET \
  --url https://mgnmzef4kd.us-east-1.awsapprunner.com/api/v1/zapier/me \
  --header 'x-api-key: <api-key>'
{
  "id": "<string>",
  "name": "<string>",
  "companyName": "<string>",
  "companyAlias": "<string>",
  "ownerId": "<string>"
}

Authorizations

x-api-key
string
header
required

API key for authentication

Response

200
application/json
Successfully retrieved the authenticated user workspace data
id
string
required
ownerId
string
required
name
string
companyName
string
companyAlias
string