Party Currency
  1. currencies
Party Currency
  • Start your Apidog journey
  • Authentication
    • Login
      POST
    • signup user
      POST
    • signup merchant
      POST
    • Google
      POST
  • user
    • profile picture
      • get profile pictue
      • upload profile picture
    • create event
      POST
    • edit user profile
      PUT
    • get all user transactions
      GET
    • Get User Profile
      GET
  • events
    • create event
      POST
    • get events
      GET
    • get event details
      GET
    • delete event
      DELETE
    • save currency image
      PUT
    • get currency by event id
      GET
    • get event transaction
      GET
  • payment
    • generate transcation
      POST
    • pay
      POST
  • admin
    • get admin dashboard details
    • get all users
    • Activate user
    • Suspend user
    • Delete User
    • get events
    • get pending events
    • get users (with email)
    • change event status
    • get event transaction admin
    • get all transactions
  • currencies
    • save currency
      POST
    • get all user currency
      GET
    • get currency by id
      GET
    • update currrency
      PUT
    • delete currency
      DELETE
    • Download Image
      POST
  • merchant
    • delete event reserved account
    • Create reserved account for event
    • get merchant transactions
    • Untitled Endpoint
  1. currencies

Download Image

Developing
POST
/currencies/download-image
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://party-currency-app-production-5074.up.railway.app/currencies/download-image' \
--header 'Authorization: Token 57c7677a135b76f2f84a719acb0074d175167d8a' \
--form 'url="https://drive.google.com/file/d/1BDt9oZ5jfagOKumOi2TQNqzMTVZJNpuZ/view?usp=sharing"'
Response Response Example
{}

Request

Header Params
Authorization
string 
optional
Example:
Token 57c7677a135b76f2f84a719acb0074d175167d8a
Body Params multipart/form-data
url
string 
optional
Example:
https://drive.google.com/file/d/1BDt9oZ5jfagOKumOi2TQNqzMTVZJNpuZ/view?usp=sharing

Responses

🟢200Success
application/json
Body
object {0}
Previous
delete currency
Next
delete event reserved account
Built with