Validates the provided API key and universal ID (place ID). Returns the workspace ID if the place is whitelisted and the API key is valid for an Elite plan.
POST /v1/apikey
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successfully validated. The workspace ID is returned in the response body.
The response is of type object
.