curl --request GET \
--url https://api.meetcampfire.com/ca/api/user_currency/{id} \
--header 'Authorization: <api-key>'{
"id": 123,
"name": "<string>",
"last_modified_at": "2023-11-07T05:31:56Z",
"is_deleted": false,
"deleted_at": "2023-11-07T05:31:56Z",
"created_at": "2023-11-07T05:31:56Z",
"customer": 123,
"currency": "USD"
}curl --request GET \
--url https://api.meetcampfire.com/ca/api/user_currency/{id} \
--header 'Authorization: <api-key>'{
"id": 123,
"name": "<string>",
"last_modified_at": "2023-11-07T05:31:56Z",
"is_deleted": false,
"deleted_at": "2023-11-07T05:31:56Z",
"created_at": "2023-11-07T05:31:56Z",
"customer": 123,
"currency": "USD"
}Documentation Index
Fetch the complete documentation index at: https://docs.campfire.ai/llms.txt
Use this file to discover all available pages before exploring further.
Token-based authentication with required prefix "Token"
3