Testing your API key
You can use the /auth/test
endpoint to check that you are formatting your request correctly and that your API key is valid.
GET
https://api.unversify.in/api/v1/auth/test
Headers
Name
Type
Description
x-api-key*
String
yourApiKeyHere
{
"message": "Authenticated Successfully"
}
Last updated