Logo
Acronis Cyber Platform's Public API Documentation

Get my tenant contacts info

GET {{base_url}}/api/2/contacts/{{contact_id}}

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

{ "email_confirmed": null, "title": null, "phone": null, "country": null, "website": null, "lastname": "", "industry": null, "address2": null, "zipcode": null, "email": "stanislav.i.pavlov+demo@example.com", "tenant_id": "531789f2-2be9-42af-8474-18177593c77b", "created_at": null, "address1": null, "firstname": "", "external_id": null, "id": "57b7f087-b8b6-11ea-a31d-001c426f0f58", "organization_size": null, "state": null, "updated_at": null, "types": [ "legal" ], "city": null, "user_id": null }



Curl
curl -X GET 'base_url/api/2/contacts/contact_id'

ENDPOINTS