Skip to main content

Get Relay Application

GET 

/resources/relay_applications/:id

Returns a Relay Application by ID.

Request

Path Parameters

    id uuidrequired

    The ID of the Relay Application

Responses

A Relay Application

Schema

    id uuid
    project_id uuid
    display_name string
    type string
    created_at date-time
    updated_at date-time

    relay_application

    object

    id uuid

    A unique identifier for the Relay Application

    name string
    topic string
    call_status_callback_url string
Loading...