cURL
curl --request POST \ --url https://sandbox.finhub.cloud/api/v2.1/address/create \ --header 'Content-Type: application/json' \ --header 'X-Forwarded-For: <x-forwarded-for>' \ --data '{ "addressLine1": "<string>", "addressLine2": "<string>", "city": "<string>", "state": "<string>", "postalCode": "<string>", "country": "<string>", "purpose": "<string>", "isPrimary": true, "primary": true }'
{ "success": true, "message": "<string>", "data": "<any>" }
Create a new address
Forwarded client IP address
Client user agent information
Tenant identifier for multi-tenant operations
Address created successfully
The response is of type object.
object