cURL
curl --request GET \ --url https://sandbox.sturdytechnologies.com/v3/users/{user_id} \ --header 'Authorization: Bearer <token>'
{ "data": { "email": "[email protected]", "firstname": "John", "lastname": "Doe", "telephone": "+1234567890", "user_id": "12345" }, "message": "<string>", "success": true }
Get a user by ID
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
User Identifier
OK
Show child attributes