curl --request GET \
--url https://api.caspen.com/v1/contacts{
"data": [
{
"id": "<string>",
"type": "<string>",
"title": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"preferred_name": "<string>",
"profession": "<string>",
"company": "<string>",
"email": "<string>",
"notes": "<string>",
"phone_numbers": [
{
"id": "<string>",
"code": "<string>",
"number": "<string>",
"type": "<string>"
}
],
"address": {
"line1": "<string>",
"line2": "<string>",
"city": "<string>",
"state": "<string>",
"postal_code": "<string>",
"country_code": "<string>"
},
"created_at": "<string>"
}
],
"links": {
"prev": "<string>",
"next": "<string>"
}
}Paginated set of ContactResource
Show child attributes
The contact's unique identifier.
The contact's type.
The contact's honorific title.
The contact's given name.
The contact's family name.
The contact's preferred name.
The contact's profession or occupation.
The contact's company or organization.
The contact's email address.
The contact's notes.
The timestamp when the contact was created (ISO 8601).
curl --request GET \
--url https://api.caspen.com/v1/contacts{
"data": [
{
"id": "<string>",
"type": "<string>",
"title": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"preferred_name": "<string>",
"profession": "<string>",
"company": "<string>",
"email": "<string>",
"notes": "<string>",
"phone_numbers": [
{
"id": "<string>",
"code": "<string>",
"number": "<string>",
"type": "<string>"
}
],
"address": {
"line1": "<string>",
"line2": "<string>",
"city": "<string>",
"state": "<string>",
"postal_code": "<string>",
"country_code": "<string>"
},
"created_at": "<string>"
}
],
"links": {
"prev": "<string>",
"next": "<string>"
}
}