Check OAuth2 authentication
GET/zapier/me
This endpoint is used by Zapier once, during the OAuth2 authorization flow, to verify that the access token works and corresponds to a valid ShowMojo account.
It is not intended for general use or for data extraction — only as part of the automated Zapier connection process.
Usage
This endpoint is used by Zapier to:
- Validate that the OAuth2
access_token
is active and linked to a real account - Display the account
name
during login/connection flow in the Zapier UI
No other usage is expected or supported.
Responses
- 200
- 401
Authenticated account information
Unauthorized – Invalid or missing token