Skip to main content
POST
Create a prefill token
Replace {your-subdomain} with your workspace’s subdomain.
Learn how to find your subdomain in Workspace subdomain.
To prefill a scheduling link using a prefill_token, use this two-step flow:
  1. Call this endpoint with the values you want prefilled. It returns a prefill_token.
  2. Append the token to the scheduling link’s URL as a prefill_token query parameter and share the link. For example:
https://{your-subdomain}.neetocal.com/{meeting-slug}?prefill_token={prefill_token}

Headers

X-Api-Key
string
required

Use the X-Api-Key header to provide your workspace API key. Refer to Authentication for more information.

Body

application/json
data
object
required

Key-value pairs are used to prefill the booking form. The key of each field should be the field code of the question, and the value is what that question should be prefilled with. The field code can be found in scheduling link's Settings -> Questions -> 3 dot menu of the question -> Edit -> Advanced properties. See the pre-filled scheduling link help article for more on field codes. If the same field is also passed as a query parameter on the link, that value takes precedence over the token.

Example:

Response

OK - Request succeeded

prefill_token
string

The generated prefill token. Always prefixed with pft_.

Example:

"pft_428518d70eb35deab7a8"