Skip to main content

CORS Allowed Origin GET

GET 

/cors/:corsId

Required Permissions: CorsAllowedOrigin Get or CorsAllowedOrigin Admin

Request

Path Parameters

    applicationId integerrequired

    The id of the CORS Allowed Origin that you wish to get data from.

Responses

A JSON Object containing a single CORS Allowed Origin's data.

Schema
    cors_allowed_origin object
    id integer
    type

    Possible values: [regex, specific]

    origin url
    description string
    created_at date-time
    created_by_user_id integer
    updated_at date-timenullable
    updated_by_user_id integernullable
    created_by object
    archived boolean
    avatar objectnullable
    avatar_file_upload_url string
    created_at date-time
    created_by_user_id integer

    Possible values: >= 1

    department string
    email email
Loading...