Skip to main content
POST
/
meetings
/
{meeting_sid}
/
create_one_off_link
Create a one-time scheduling link
curl --request POST \
  --url https://{your-subdomain}.neetocal.com/api/external/v1/meetings/{meeting_sid}/create_one_off_link \
  --header 'X-Api-Key: <x-api-key>'
{
  "slug": "one-off-c5530bc7c9ab",
  "url": "https://spinkart.neetocal.com/one-off-c5530bc7c9ab"
}

Documentation Index

Fetch the complete documentation index at: https://apidocs.neetocal.com/llms.txt

Use this file to discover all available pages before exploring further.

This endpoint is part of API v1, which is deprecated. Please use the v2 API instead.
Replace {your-subdomain} with your workspace’s subdomain.
Learn how to find your subdomain in Workspace subdomain.

Headers

X-Api-Key
string
required

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

Path Parameters

meeting_sid
string
required

You need to pass the sid of the scheduling link to get one-time scheduling link. You can get sid in different ways. Visit the scheduling link page and then click on "Settings" > "Show SID". That will give you sid. The other way you can get sid is by listing scheduling links using our List scheduling links API. Here you will see sid for each scheduling link.

Response

200 - application/json

OK - Request succeeded

slug
string
url
string