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