Skip to main content
POST
/
api
/
public
/
v1
/
api-key
/
test
Test API Key
curl --request POST \
  --url https://api.tidyhire.app/api/public/v1/api-key/test \
  --header 'x-tidyhire-api-key: <api-key>'
{
  "success": true,
  "message": "API key is tested successfully"
}

Authorizations

x-tidyhire-api-key
string
header
required

Your Tidyhire API key

Response

API key validated successfully.

success
boolean
Example:

true

message
string
Example:

"API key is tested successfully"

Last modified on June 11, 2026