get currency by id
Developing
GET
/currencies/get-currency/{currencyId}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://party-currency-app-production-5074.up.railway.app/currencies/get-currency/' \
--header 'Authorization: Token 2583d6f4fc7bbd7090a7be974a83981581da14ac'
Response Response Example
{
"currency_id": "CURVA791",
"currency_author": "enweremproper3@gmail.com",
"denomination": 200,
"event_id": "EVTPICoF",
"created_at": "2025-06-05T04:52:19.534391-05:00",
"updated_at": "2025-06-05T04:52:19.557360-05:00",
"currency_name": "Party Currency",
"front_celebration_text": "Celebration of Life",
"front_image": "https://drive.google.com/file/d/1no2NMN3cQeBB-rvQMttwTnTwc5fqQ-y3/view?usp=sharing",
"back_image": "https://drive.google.com/file/d/1NfZsl22t7TmaRrfi8-nr6qwW_tklaKwc/view?usp=sharing",
"back_celebration_text": "Celebration of Life"
}
Request
Path Params
currencyId
string
required
Header Params
Authorization
string
optional
Example:
Token 2583d6f4fc7bbd7090a7be974a83981581da14ac