get https://api.octapipe.com/users/
Log in to see full request history
Returns the data of a single user from the database identified by the ID.
Click on the image below to enlarge the demonstration in Postman.
Responses
Returns the data of a single user from the database identified by the ID.
Click on the image below to enlarge the demonstration in Postman.
xxxxxxxxxx
curl --request GET \
--url https://api.octapipe.com/users/uuid \
--header 'Authorization: Bearer {token}' \
--header 'accept: application/json'
Try It!
to start a request and see the response here! Or choose an example: