cURL
curl --request GET \ --url https://app.fullenrich.com/api/v2/account/keys/verify \ --header 'Authorization: Bearer <token>'
200
Example
{ "workspace_id": "ws_abc123def456"}
This endpoint checks if your API key is valid.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
Response returned when API key is valid
The workspace ID associated with this API key
"ws_abc123def456"
Was this page helpful?