POST
/
meetings
/
{meeting_sid}
/
create_one_off_link
Create a One-time scheduling link
curl --request POST \
  --url https://{workspace}.neetocal.com/api/external/v1/meetings/{meeting_sid}/create_one_off_link \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <x-api-key>' \
  --data '{}'
{
  "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

You can generate an API key from the NeetoCal API Keys dashboard.

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.

Body

application/json · object

Response

200
application/json

OK - Request succeeded

The response is of type object.