cURL
curl --request GET \ --url https://api.pagecall.com/v1/users/{id} \ --header 'Authorization: Bearer <token>'
{ "user": { "user_id": "external_user_102932", "name": "scotty", "profile_url": "https://www.gravatar.com/avatar/00000000000000000000000000000000?d=mp&f=y", "default_member_type": "guest", "access_token": "TfowtRYBs0E_trzoTaCmAXKzB1JxDDhi", "created_at": "2023-01-01T01:00:00.000Z", "updated_at": "2023-01-01T01:00:00.000Z" } }
Get user with user id
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
user id
Successful operation
The response is of type object.
object