Documentation Index
Fetch the complete documentation index at: https://docs.fincode.technology/llms.txt
Use this file to discover all available pages before exploring further.
Retrieves comprehensive profile information for the authenticated user, based on the JWT Access Token provided in the headers.
This endpoint requires a valid Access Token for authorization.
The JWT Access Token obtained from the /login or /refresh-token
endpoint.
platform
string
default:"fincode"
required
Platform identifier. Use fincode.
uuid
string
default:"200"
required
Unique request identifier.
Code Examples
curl --location 'https://remitjunction.fincode.software/api/v6/services/usermanagement/profile' \
--header 'X-Auth-Token: YOUR_JWT_ACCESS_TOKEN' \
--header 'platform: fincode' \
--header 'uuid: 200'
platform
string
default:fincode
required
uuid
string
default:200
required