cURL
curl --request GET \ --url https://api.zapier.com/v1/profiles/me \ --header 'Authorization: Bearer <token>'
[ { "id": 88998899, "first_name": "Jacob", "last_name": "Corwin", "full_name": "Jacob Corwin", "email": "jacob.corwin@zapier.example", "email_confirmed": true, "timezone": "America/Toronto" } ]
This endpoint returns the authenticated user information
This endpoint requires the profile OAuth scope.
profile
See our OAuth2 authentication documentation
The response is of type object[].
object[]
Was this page helpful?