Authentication

Verify Authentication

Verify if the user is authenticated

GET
/api/core/auth/verify
AuthorizationBasic <token>

Basic API key authentication. Create a new API key and secret in the Recommand dashboard.

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://app.recommand.eu/api/core/auth/verify"
{
  "success": true
}
{
  "success": false,
  "errors": {
    "property1": [
      "string"
    ],
    "property2": [
      "string"
    ]
  }
}
{
  "success": false,
  "errors": {
    "property1": [
      "string"
    ],
    "property2": [
      "string"
    ]
  }
}