Zapier

Test authentication endpoint.

This endpoint is used to test the authentication.

get/api/external/v1/zapier/test

Response

messagestring

Example response

{
  "message": "Hello World",
  "user": {
    "id": 123,
    "name": "John Doe",
    "email": "john@example.com"
  }
}

Changes