cURL
curl --request POST \ --url https://sandbox.api.fin.com/v1/customers/enable-preference \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "customer_id": "55bd6b4e-c20a-4cc8-9535-91d5557a67d9" } '
{ "data": {} }
Enable USD features for an existing customer
Bearer token authentication. Obtain token from /v1/oauth/token endpoint
Unique identifier for the customer
"55bd6b4e-c20a-4cc8-9535-91d5557a67d9"
USD features enabled successfully
Generic response object