Skip to main content
POST
/
v1
/
customers
/
enable-preference
Enable USD Features
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": {}
}

Authorizations

Authorization
string
header
required

Bearer token authentication. Obtain token from /v1/oauth/token endpoint

Body

application/json
customer_id
string<uuid>
required

Unique identifier for the customer

Example:

"55bd6b4e-c20a-4cc8-9535-91d5557a67d9"

Response

USD features enabled successfully

data
object

Generic response object