Skip to main content
GET
Get One Contact

Authorizations

Authorization
string
header
required

OAuth 2.0 bearer token obtained from POST /oauth2/token. Tokens expire after 30 minutes. Include in the Authorization header as Bearer {access_token}.

Path Parameters

contact_id
integer
required

integer - required - The ID of the contact you want to retrieve

Example:

1

Query Parameters

fields
string
required

string - optional - Comma separated list of fields you want to return

Example:

"id,language,created_at,contact_id,reviewer,submitter,event_id,updated_at"

expand
string

string - optional - Comma separated list of objects you want to return

Example:

"event"

Response

Get A Contact's Details

company
string
Example:

"company name"

contact_id
number
Example:

1

created_at
string
Example:

"2024-01-26 14:26:46"

email
string
Example:

"user@domain.com"

event_id
number
Example:

11

first_name
string
Example:

"firstname"

id
number
Example:

37

job_title
string
Example:

"jobtitle"

last_name
string
Example:

"lastname"

prefix
string
Example:

""

reviewer
boolean
Example:

true

reviewer_role
string
Example:

"all_access"

submitter
boolean
Example:

true

updated_at
string
Example:

"2022-01-26 14:26:46"