Skip to main content
GET
/
admin
/
organisation-preference-management
/
fetch-organisaction-preference
Fetch Organisation Preference
curl --request GET \
  --url https://{tenant}.fincode.software/api/v6/services/admin/organisation-preference-management/fetch-organisaction-preference \
  --header 'X-Auth-Token: <x-auth-token>' \
  --header 'platform: <platform>' \
  --header 'uuid: <uuid>'
Retrieves the global settings and configurations applied to the current organisation/tenant. This includes business rules, feature toggles, and system defaults.

Request Headers

This endpoint does NOT requires an Access Token for authorization, and relies on the organization domain provided by that url.
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/admin/organisation-preference-management/fetch-organisaction-preference](https://remitjunction.fincode.software/api/v6/services/admin/organisation-preference-management/fetch-organisaction-preference)' \
--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

Preferences fetched