Public
Documentation Settings

WeAppear

Introduction

What does your API do?

Overview

Things that the developers should know about

Authentication

What is the preferred way of using the API?

Error Codes

What errors and status codes can a user expect?

Rate limit

Is there a limit to the number of requests a user can send?

User

PUTUpdate user

https://dev.api.weappe.ar/user/update
AUTHORIZATIONBearer Token
Token

{{access_token}}

Bodyformdata
photo
Example Request
curl
curl --location --request PUT 'https://dev.api.weappe.ar/user/update' \
--form 'photo=@"/C:/Users/Tomas/OneDrive/Imágenes/Screenshots/Screenshot (1).png"'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

GETCurrent

https://dev.api.weappe.ar/user
Example Request
curl
curl --location 'https://dev.api.weappe.ar/user'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

Authentication