get contact
GET/org/:orgId/contact/:contactId
Get the Contact by the given contact ID.
Request
Path Parameters
orgId stringrequired
Organization ID
contactId stringrequired
Contact ID
Responses
- 200
- 400
- 500
the Contact Object
- application/json
- Schema
- Example (from schema)
Schema
creationTime string
emailAddress string
id string
This is generated by Suger. When you create a new contact, do not provide.
info
object
companyLocation string
companyName string
lastModifiedBy string
partner Partner (string)
Possible values: [``, ADYEN
, ALIBABA
, ANTHROPIC
, AWS
, AWS_CHINA
, AZURE
, CHARGEBEE
, DATABRICKS
, DOCUSIGN
, GCP
, GOOGLE
, HUBSPOT
, INTUIT
, LAGO
, MARKETO
, METRONOME
, MICROSOFT
, OPENAI
, ORACLE
, ORB
, REDHAT
, SALESFORCE
, SLACK
, SNOWFLAKE
, STRIPE
, ZOHO
]
phoneNumber string
role string
lastUpdateTime string
name string
organizationID string
{
"creationTime": "string",
"emailAddress": "string",
"id": "string",
"info": {
"companyLocation": "string",
"companyName": "string",
"lastModifiedBy": "string",
"partner": "",
"phoneNumber": "string",
"role": "string"
},
"lastUpdateTime": "string",
"name": "string",
"organizationID": "string"
}
Bad request error description
- application/json
- Schema
Schema
string
internal error description
- application/json
- Schema
Schema
string
Loading...