cURL
curl --request GET \ --url https://in.rough.app/api/v1/person/email/{email}
{ "id": "<string>", "name": "<string>", "email": "<string>", "imageSet": { "16": "<string>", "32": "<string>", "64": "<string>", "128": "<string>", "256": "<string>" }, "description": "<string>" }
Get a person by their email address
1
Show child attributes
Was this page helpful?