Skip to main content

GET CORS Allowed Origin

Required Permissions: CorsAllowedOrigin Get or CorsAllowedOrigin Admin

Path Parameters
    applicationId integer required

    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-time nullable
    updated_by_user_id integer nullable
    created_by object
    archived boolean
    avatar object nullable
    avatar_file_upload_url string
    created_at date-time
    created_by_user_id integer

    Possible values: >= 1

    department string
    email email
Loading...