Skip to main content
GET
/
usermanagement
/
profile
Customer Profile
curl --request GET \
  --url https://{tenant}.fincode.software/api/v6/services/usermanagement/profile \
  --header 'X-Auth-Token: <x-auth-token>' \
  --header 'platform: <platform>' \
  --header 'uuid: <uuid>'
Retrieves comprehensive profile information for the authenticated user, based on the JWT Access Token provided in the headers.

Request Headers

This endpoint requires a valid Access Token for authorization.
X-Auth-Token
string
required
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'

Headers

platform
string
default:fincode
required
uuid
string
default:200
required
X-Auth-Token
string
required

Response

200

User profile details