Endpoint
POST /v1/apikey
Request Body
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The universal ID (place ID) to check against the whitelist.
Example:
"1234567890"
Response
Successfully validated. The workspace ID is returned in the response body.
Example:
"abc123workspaceid"