Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.example.com/v4/booking-link \ --header 'x-meetergo-api-user-id: <api-key>'
{ "personalLinks": [ { "link": "<string>", "meetingTypeId": "<string>", "fullName": "<string>", "picture": "<string>", "slug": "<string>", "title": "<string>", "id": "<string>", "email": "<string>" } ], "workspaceLinks": [ { "workspaceId": "<string>", "meetingTypesLinks": [ { "meetingTypeId": "<string>", "links": [ { "userId": "<string>", "firstname": "<string>", "lastname": "<string>", "link": "<string>", "picture": "<string>" } ] } ] } ] }
User ID to act as when using API Key authentication (required with API Key)
Array of personal booking links
Show child attributes
Array of workspace booking links