Agiled Docs
GET
/public/v1/contacts/{contactId}

Returns one contact by id.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

contactId*string

Query Parameters

include?string

Comma-separated includes.

Response Body

application/json

curl -X GET "https://loading/public/v1/contacts/string"
{  "data": {    "created_at": "string",    "id": "string",    "updated_at": "string"  }}
Empty
Empty
Empty
Empty
Empty