POST
/
ca
/
api
/
user_currency
Create Customer Currencies
curl --request POST \
  --url https://api.meetcampfire.com/ca/api/user_currency \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "currency": "USD"
}'
{
  "id": 123,
  "name": "<string>",
  "currency": "USD",
  "created_at": "2023-11-07T05:31:56Z",
  "last_modified_at": "2023-11-07T05:31:56Z",
  "customer": 123
}

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Body

Response

201 - application/json

The response is of type object.