List of registrations
GET
/user/{User_ID}/registrations
curl \
-X GET https://api.zooza.app/v1/user/{User_ID}/registrations
Response examples (200)
{
"data": [
{}
]
}
curl \
-X GET https://api.zooza.app/v1/user/{User_ID}/registrations
{
"data": [
{}
]
}