Zirectory API
GETGET meetings
{{zirectory_base_url}}/api/meetings
Example Request
GET meetings
200 OK
Example Response
Access-Control-Allow-Origin
Content-Security-Policy
X-DNS-Prefetch-Control
Expect-CT
X-Frame-Options
Strict-Transport-Security
X-Download-Options
X-Content-Type-Options
X-Permitted-Cross-Domain-Policies
Referrer-Policy
X-XSS-Protection
Content-Type
Content-Length
ETag
Date
Connection
GETGET meeting given its ID
{{zirectory_base_url}}/api/meetings/:id
PATH VARIABLES
id
Example Request
GET meeting given its ID
200 OK
Example Response
Access-Control-Allow-Origin
Content-Security-Policy
X-DNS-Prefetch-Control
Expect-CT
X-Frame-Options
Strict-Transport-Security
X-Download-Options
X-Content-Type-Options
X-Permitted-Cross-Domain-Policies
Referrer-Policy
X-XSS-Protection
Content-Type
Content-Length
ETag
Date
Connection
POSTPOST meeting
{{zirectory_base_url}}/api/meetings/
Bodyraw (json)
Example Request
POST meeting
201 Created
Example Response
Access-Control-Allow-Origin
Content-Security-Policy
X-DNS-Prefetch-Control
Expect-CT
X-Frame-Options
Strict-Transport-Security
X-Download-Options
X-Content-Type-Options
X-Permitted-Cross-Domain-Policies
Referrer-Policy
X-XSS-Protection
Content-Type
Content-Length
ETag
Date
Connection
PATCHPATCH meeting given it ID
{{zirectory_base_url}}/api/meetings/:id
Update the link.
PATH VARIABLES
id
Bodyraw (json)
Example Request
PATCH meeting given it ID
200 OK
Example Response
Access-Control-Allow-Origin
Content-Security-Policy
X-DNS-Prefetch-Control
Expect-CT
X-Frame-Options
Strict-Transport-Security
X-Download-Options
X-Content-Type-Options
X-Permitted-Cross-Domain-Policies
Referrer-Policy
X-XSS-Protection
Content-Type
Content-Length
ETag
Date
Connection