cURL
curl --request GET \ --url https://app.plugchoice.com/api/v3/user \ --header 'Authorization: Bearer <token>'
{ "uuid": "bfc53181-d647-36b2-9080-f9c2b76006f4", "id": 3, "name": "Miss Pearl Hauck", "email": "leo34@example.net", "intercom": { "hmac_android": "bf2fe4cd0d71506d47dd2bcd02c6e1b92943ef1c98aef38ee566ad70fffdfa30", "hmac_ios": "bf2fe4cd0d71506d47dd2bcd02c6e1b92943ef1c98aef38ee566ad70fffdfa30", "hmac_web": "bf2fe4cd0d71506d47dd2bcd02c6e1b92943ef1c98aef38ee566ad70fffdfa30" }, "created_at": "2025-11-19T15:28:21.000000Z", "updated_at": "2025-11-19T15:28:21.000000Z" }
See the documentation for more information.
"bfc53181-d647-36b2-9080-f9c2b76006f4"
3
"Miss Pearl Hauck"
"leo34@example.net"
Show child attributes
"2025-11-19T15:28:21.000000Z"
Was this page helpful?