Skip to main content

List all origins for specified subdomain for dynamic CORS (Cross-Origin Resource Sharing) management.

GET 

/api/origin

This endpoint allows users to list all origins that are permitted to access resources on their specified subdomains. The action is authenticated using a JWT, and the subdomain must be owned by the user making the request. This will be checked by the server.

Request

Header Parameters

    x-subdomain stringrequired

    'x-subdomain' header represents the name of the subdomain on which the action is to be performed.

Responses

Origins were successfully retrieved for subdomain.

Schema
    origins object[]required

    List of retrieved origins

  • Array [
  • id int64required
    subdomain_id int64required
    value stringrequired
  • ]
Loading...