Export users by type
GET
/v1/users/export/type/{userType}Path parameters
- User type to filter the export by (e.g. investor, entrepreneur, internal).
Responses
curl https://your-url.com/kong/core/api/gateway/v1/users/export/type/{userType}\
-H "Authorization: Bearer $DELIO_API_KEY"\
-H "Content-Type: application/json"