Authentication

Test API key

Check whether your Pixelixe API key is valid.

get/api/authentication/v2

Response

Authentication succeeded

statusstring
messagestring

Example response

{
  "status": "success",
  "message": "Authenticated successfully"
}

Changes