profile
Get a user profile, update the user profile
User profile endpoint
get profile
GET
https://carpoolingbackend.herokuapp.com/v1/apis/profile
This endpoint gets the profile of the currently logged in user.
Headers
Name
Type
Description
Authorization
string
The auth token for the currently logged in user.
An example of a get request on the profile endpoint.
An example of a get request on the profile endpoint.
update profile
PUT
https://carpoolingbackend.herokuapp.com/v1/apis/profile/{id}
A PUT request to update the users profile
Request Body
Name
Type
Description
phone_number
string
The users phone number
An example of a profile update request
An example of a profile update request
Last updated
Was this helpful?