Table of Contents
Main Activity #
Provides the list of main-activity codes (employment status / occupation) required in the onboarding form.
Endpoint #
GET https://api-test.10npay.com/User/main-activity
Headers #
Authorization: Bearer <access_token>Accept: application/json
Response — 200 OK #
[
{ "label": "Employed on an employment contract", "value": "1" },
{ "label": "Self Employed", "value": "2" },
{ "label": "Retired", "value": "3" },
{ "label": "Unemployed", "value": "4" },
{ "label": "Student", "value": "5" },
{ "label": "Individual investor", "value": "6" }
]
Notes #
- Use the
valuecodes when submittingmainActivityCodetoPOST /User/add-additional-data. - The endpoint is public for authenticated clients; do not cache values indefinitely.
