Retrieve an Invitee
Get Invitee
GET
https://api.w3lcome.com/v1/invitee/:id
This endpoint allows you to get an invitee by its id.
Path Parameters
Name
Type
Description
id
string
ID of the Invitee
Headers
Name
Type
Description
Content-Type
string
application/JSON
Authentication
string
Basic token
{
"type":"invitee",
"id":"01f9a209-644d-4c53-9207-26a304f51a1e",
"expectedAt":"2019-09-04T14:00:00-03:00",
"status":"confirmed",
"lang":"pt-BR",
"name":"Mateus Schmidt",
"host": {
"type":"host",
"id":"142e81feb92c0a66ee70fd7f4e57a28d",
"email":"[email protected]",
"name":"Alisson Enz Rossi",
"position":"CTO",
"sector":"IT",
"phone":"(43) 99982-0420",
"countryCode":"+55"
},
"phone":"(43) 9 9999-9999",
"email":"[email protected]",
"company":"W3lcome",
"customFields":[{
"id":"IduZUQEh3",
"name":"Qual sua idade?",
"type":"Text",
"value":"26"
}],
"notes":"",
"requiresAuthorization":false
}
Last updated
Was this helpful?