List All Participants

GET /v1/participants

Responses

  • 200 application/json

    Participant Response

    Hide response attribute Show response attribute object
GET /v1/participants
curl \
 --request GET https://api.azav-pilot.de/v1/participants
Response examples (200)
{
  "data": [
    {
      "id": "<uuid v4>",
      "last_name": "Muster",
      "first_name": "Melanie"
    },
    {
      "id": "<uuid v4>",
      "last_name": "Muster",
      "first_name": "Melanie"
    }
  ]
}