Authentication Check

Confirm your API token is working

Authentication Check

GET https://api.verifynest.io/api/public/v1/auth/check

This endpoint allows you to check if your API token is working.

Headers

Name
Type
Description

Authorization

string

Bearer <API_TOKEN>

{  
  "id:": 1,
  "email": "[email protected]"
}

Last updated

Was this helpful?