List of registrations

GET /user/{User_ID}/registrations

Responses

  • 200 application/json

    List

    Hide response attribute Show response attribute object
GET /user/{User_ID}/registrations
curl \
 -X GET https://api.zooza.app/v1/user/{User_ID}/registrations
Response examples (200)
{
  "data": [
    {}
  ]
}