Authorizations
Token-based authentication with required prefix "Token"
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",
"currency": "USD",
"created_at": "2023-11-07T05:31:56Z",
"customer": 123
}
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",
"currency": "USD",
"created_at": "2023-11-07T05:31:56Z",
"customer": 123
}
Token-based authentication with required prefix "Token"