Skip to main content
POST
/
meetings
/
{meeting_sid}
/
create_one_off_link
Create a One-time scheduling link
curl --request POST \
  --url https://{your-workspace}.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"
}
Replace {your-workspace} with your workspace’s subdomain.
Learn how to find your subdomain in Identifying your subdomain.

Headers

X-Api-Key
string
required

X-Api-Key is used to authenticate requests using an API key. Provide your API key in this header to access protected endpoints. 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 all scheduling links API. Here you will see sid for each scheduling link.

Response

200 - application/json

OK - Request succeeded

slug
string
url
string