Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://transfer-sandbox.payven.com.tr/api/v1/me/permissions \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "is_success": true, "code": "<string>", "data": { "user_id": "<string>", "username": "<string>", "email": "<string>", "roles": [ "<string>" ], "permissions": [ "<string>" ], "allowed_routes": [ "<string>" ], "nav_items": [ { "id": "<string>", "name": "<string>", "href": "<string>", "icon": "<string>", "description": "<string>", "required_permission": "<string>", "shortcut": "<string>" } ] } }
Identity servisinden alinan Keycloak JWT. Format: Authorization: Bearer <token>. Token alma: POST /api/v1/auth/{slug}/token
Authorization: Bearer <token>
OK
Show child attributes