cURL
curl --request GET \ --url https://integrations.wellows.com/api/v1/validate \ --header 'X-API-Key: <api-key>'
{ "success": true, "message": "API key is valid", "code": 200, "data": { "valid": true, "key_level": "USER", "user_id": 123, "project_id": null, "expiry": "2025-12-31T23:59:59Z" }, "errors": {}, "meta_data": {} }
Validate an API key and return its details.
Use this endpoint to verify that an API key is valid.
Your API key from the API Keys page
Project ID (optional - used to validate access to a specific project)
API key is valid
true
"API key is valid"
200
Show child attributes