Skip to main content
GET
/
api
/
v1
/
test-auth
Test your authentication
curl --request GET \
  --url https://api.example.com/api/v1/test-auth \
  --header 'X-Eigen-API-Key: <api-key>'
{
  "status": 200,
  "message": "Authenticated."
}

Authorizations

X-Eigen-API-Key
string
header
required

Response

Authenticated.

status
integer
required

Status code of the response

message
string
required

Message giving basic information on the response

data
object

Important data to be given to the caller

error
object

An error that has occured