Get all user data form data
GET
/v1/users/forms/user/{userUuid}/allPath parameters
- Unique identifier of the user whose form data to retrieve.
Responses
curl https://your-url.com/kong/core/api/gateway/v1/users/forms/user/{userUuid}/all\
-H "Authorization: Bearer $DELIO_API_KEY"\
-H "Content-Type: application/json"