cURL
curl --request POST \ --url https://sandbox.finhub.cloud/api/v2.1/fincard/virtual/card/holder/occupations \ --header 'Content-Type: application/json' \ --header 'X-Forwarded-From: <x-forwarded-from>' \ --data '"<string>"'
{ "success": true, "code": 200, "msg": "Success", "data": [ { "code": "001", "name": "Software Engineer", "category": "TECHNOLOGY", "description": "Software development and engineering", "riskLevel": "LOW", "incomeVerificationRequired": true, "documentVerificationRequired": true, "active": true } ] }
List available occupation codes for cardholder creation
User agent
Forwarded for
Client application identifier
"client-app"
Tenant ID
Device ID
Platform
Empty request body
The body is of type string.
string
Successful response
Cardholder occupations response
Success flag
true
Response code
200
Response message
"Success"
Occupations data
Show child attributes