cURL
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>" }
Get the authenticated user workspace data
API key for authentication
Successfully retrieved the authenticated user workspace data
The response is of type object.
object