List of registrations

GET /user/{User_ID}/registrations

Path parameters

  • User_ID integer Required

Responses

  • 200 application/json

    List

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