API Reference
Validate API key
Validates the provided API key and universal ID. Returns the workspace ID if the place is whitelisted and the API key is valid for an Elite plan.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Response
200
application/json
Successfully validated.
The response is of type string
.
Example:
"123456"