User roles
Authorizations
AuthorizationstringRequired
Authorization: Bearer
Responses
200Success
application/json
request_idstringOptional
The request ID for tracking.
400
The request was invalid or could not be completed.
application/json
404Error
application/json
500
An unexpected internal error occurred.
application/json
get/user-roles
GET /user-roles HTTP/1.1
Host: api.usepylon.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"data": [
{
"id": "text",
"name": "text",
"slug": "text"
}
],
"pagination": {
"cursor": "text",
"has_next_page": true
},
"request_id": "text"
}Last updated
Was this helpful?

