πScopes and Roles
Piloty Solutions uses OAuth scopes and Roles to protect its API endpoints.
Roles
Roles
Description
Scopes
Scope
Description
Access your Token Roles/Scopes
{
"ok": true,
"data": {
"role": "...",
"scopes": ["...", "..."],
"limitation": "..."
}
}Last updated