cURL
curl --request GET \ --url https://api.identety.dev/users/{id} \ --header 'x-api-key: <api-key>'
{ "id": "43fad864-738d-4367-a012-2b8c6948c36a", "name": "John Doe", "givenName": "John", "familyName": "Doe", "picture": "https://example.com/photo.jpg", "locale": "en-US", "address": { "streetAddress": "123 Main St", "locality": "New York", "region": "NY", "postalCode": "10001", "country": "USA" }, "metadata": { "customField": "value" } }
Client found successfully
The response is of type object.
object