Get One Contact
Retrieves a single Call for Speakers contact by their ID, including profile information (name, email, company, bio) and their submission status within the CFS program.
Authorizations
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
integer - required - The ID of the contact you want to retrieve
1
Query Parameters
string - optional - Comma separated list of fields you want to return
"id,language,created_at,contact_id,reviewer,submitter,event_id,updated_at"
string - optional - Comma separated list of objects you want to return
"event"
Response
Get A Contact's Details
"company name"
1
"2024-01-26 14:26:46"
"user@domain.com"
11
"firstname"
37
"jobtitle"
"lastname"
""
true
"all_access"
true
"2022-01-26 14:26:46"