{ "type": "object", "properties": { "permissions": { "type": "array", "items": { "type": "string" } } } }
Authorization: Bearer ********************
curl --location --request GET 'https://api.ssojet.com/api/v1/permissions?client_id=' \ --header 'User-Agent: SSOjet/1.0.0 (https://ssojet.com)' \ --header 'Content-Type: application/json'
[ { "id": "668e7e5946b448ab754b44a8", "name": "Team View", "slug": "team_view", "description": "Team View", "is_deleted": false, "is_active": true }, { "id": "668e7e5946b448ab754b44a9", "name": "Team Manage", "slug": "team_manage", "description": "Team Manage", "is_deleted": false, "is_active": true }, { "id": "668e7e5946b448ab754b44aa", "name": "Manage SSO Connection", "slug": "manage_sso_connection", "description": "Manage SSO Connection Manage", "is_deleted": false, "is_active": true } ]