Skip to main content

Create a new cloud app

POST 

/v1/cloudapps

Create a new cloud app for a tenant

Request

Body

required

Cloud app creation request

    client_id string
    client_secret string
    name string

    properties

    object

    property name* any
    provider stringrequired

    Possible values: [GOOGLE, MICROSOFT, GMAIL, OUTLOOK]

    redirect_uri string

Responses

Cloud app created successfully

Schema

    cloud_app

    object

    app_id string
    client_id string
    client_secret string
    expires_at string
    is_active boolean
    name string

    properties

    object

    property name* any
    provider string
    redirect_uri string
    success boolean
Loading...