GET
/
test
Health check and test endpoint
curl --request GET \
  --url https://api.profilebehavior.com/v3/test \
  --header 'Authorization: <api-key>'
{
  "code": 200,
  "data": {
    "message": "Test successful"
  },
  "status": "success"
}

Authorizations

Authorization
string
header
required

Custom HMAC authentication header.

Format: public:signature:nonce:timestamp

Response

Success

Standard response object for successful single-resource requests in the Profile Behavior API. Contains an HTTP status code, the returned resource data, and a status indicator.