Skip to main content
GET
/
api
/
v1
/
organizations
/
{orgId}
/
workspaces
/
{workspaceId}
/
contacts
/
{contactId}
Get a contact by ID.
curl --request GET \
  --url https://api.app.firstsales.io/api/v1/organizations/{orgId}/workspaces/{workspaceId}/contacts/{contactId} \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "code": "<string>",
    "message": "<string>",
    "requestId": "<string>",
    "details": {}
  }
}
Use this endpoint through the Developer API or the matching firstsales CLI command when available. Responses use the stable FirstSales public error envelope.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

orgId
string
required
workspaceId
string
required
contactId
string
required

Response

One contact with public-safe profile, status, list, tag, and custom field data.