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/dashboard \ --header 'Authorization: Bearer <token>'
{ "type": "https://docs.payven.com.tr/errors/invalid_token", "title": "Geçersiz token", "status": 401, "code": "invalid_token", "detail": "Access token geçersiz veya süresi dolmuş — refresh edin." }
Identity servisinden alinan Keycloak JWT. Format: Authorization: Bearer <token>. Token alma: POST /api/v1/auth/{slug}/token
Authorization: Bearer <token>
OK