Account Integration
POST
/v1/teams/{teamId}/event_types/{eventTypeId}/validateThe Account Linking API is a function that allows you to generate a URL for a EventType page that displays the guest's name and email address as uneditable fields on the EventType page you manage.
This endpoint requires an Enterprise plan.
Request
Path Params
teamId
string
required
Example:
exampleteam
eventTypeId
string
required
Example:
XXXXXXXXX
Header Params
Accept
string
required
Example:
application/json
Content-Type
string
required
Example:
application/json
Request samples
Responses
OK(201)
Bad request(400)
Not found(404)
HTTP Code: 201
Content Type : JSONapplication/json
Data Schema
data
object
required
url
string <uri>
required
errors
object | null
required
Example成功例
{
"data": {
"url": "https://www.jicoo.com/t/exampleteam/e/XXXXXXXXX?guestSessionId=bDOWire0m8MYpG%2BAxYd4QDTnSzVCMKKQZGCNM2YC1d8SlGme1UTZ7G48cIhLMwrsoA%3D%d3D--GxzqKgenL%2F4lMvn1--36vOPaLGI2PKgTBIs8hlGA%3D%3D"
},
"errors": {}
}
Last modified: 3 months ago