Party Currency
  1. profile picture
Party Currency
  • Start your Apidog journey
  • Authentication
    • Login
      POST
    • signup user
      POST
    • signup merchant
      POST
    • Google
      POST
  • user
    • profile picture
      • get profile pictue
        GET
      • upload profile picture
        PUT
    • 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
    • get all users
      GET
    • Activate user
      PUT
    • Suspend user
      PUT
    • Delete User
      DELETE
    • get events
      GET
    • get pending events
      GET
    • get users (with email)
      GET
    • change event status
      POST
    • get event transaction admin
      GET
    • get all transactions
      GET
  • currencies
    • save currency
    • get all user currency
    • get currency by id
    • update currrency
    • delete currency
    • Download Image
  • merchant
    • delete event reserved account
    • Create reserved account for event
    • get merchant transactions
    • Untitled Endpoint
  1. profile picture

get profile pictue

Developing
GET
/users/get-picture
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://party-currency-app-production-5074.up.railway.app/users/get-picture' \
--header 'Authorization: Token 66b8590c0098e9110eff6f4d23f352b1c28bf7fe'
Response Response Example
{}

Request

Header Params
Authorization
string 
optional
Example:
Token 66b8590c0098e9110eff6f4d23f352b1c28bf7fe

Responses

🟢200Success
application/json
Body
object {0}
Previous
Google
Next
upload profile picture
Built with