curl --request GET \
--url https://{base_url}/v1/purposes \
--header 'Authorization: <authorization>'{
"data": {
"pagination": {
"current_page": 1,
"per_page": 10,
"total_page": 1,
"total": 9
},
"purposes": [
{
"id": 1,
"title": "Send to Family & Friends"
},
{
"id": 2,
"title": "Pay for Goods/Services"
},
{
"id": 3,
"title": "Receive Income"
},
{
"id": 4,
"title": "Educational Expense"
},
{
"id": 5,
"title": "Charity & Donations"
},
{
"id": 6,
"title": "Engaging in investment activities"
},
{
"id": 7,
"title": "Ecommerce payments"
},
{
"id": 8,
"title": "Company operations"
},
{
"id": 9,
"title": "Asset protection"
}
]
}
}Retrieve a list of available account purposes
curl --request GET \
--url https://{base_url}/v1/purposes \
--header 'Authorization: <authorization>'{
"data": {
"pagination": {
"current_page": 1,
"per_page": 10,
"total_page": 1,
"total": 9
},
"purposes": [
{
"id": 1,
"title": "Send to Family & Friends"
},
{
"id": 2,
"title": "Pay for Goods/Services"
},
{
"id": 3,
"title": "Receive Income"
},
{
"id": 4,
"title": "Educational Expense"
},
{
"id": 5,
"title": "Charity & Donations"
},
{
"id": 6,
"title": "Engaging in investment activities"
},
{
"id": 7,
"title": "Ecommerce payments"
},
{
"id": 8,
"title": "Company operations"
},
{
"id": 9,
"title": "Asset protection"
}
]
}
}Documentation Index
Fetch the complete documentation index at: https://developer.fin.com/llms.txt
Use this file to discover all available pages before exploring further.
INDIVIDUAL, BUSINESS By default 10
By default starts from 1
OK
Show child attributes