Daily Presence API

The Presence API from Daily — 1 operation(s) for presence.

OpenAPI Specification

daily-co-presence-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: Daily REST CallTransfer Presence API
  description: REST API for managing Daily domains, rooms, meeting tokens, recordings, transcripts, meetings, participants, presence, batch operations, dial-in/dial-out (PSTN/SIP), webhooks, live streaming, and phone numbers. Authenticated with a Bearer API key.
  version: 1.0.0
servers:
- url: https://api.daily.co/v1
  description: Daily REST API base URL
security:
- bearerAuth: []
tags:
- name: Presence
paths:
  /presence:
    get:
      tags:
      - Presence
      summary: Retrieve presence
      responses:
        '200':
          description: Presence
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer
      description: API key passed as a Bearer token in the Authorization header.