CORS Allowed Origins LIST
GEThttps://sandbox.absmartly.com/v1/cors
Required Permissions: CorsAllowedOrigin List
or CorsAllowedOrigin Admin
Request
Query Parameters
sort string
The object key to sort the results by.
sort_asc boolean
page integer
items integer
Responses
- 200
A JSON Object containing an array of all CORS Allowed Origins.
- application/json
- Schema
- Example (from schema)
Schema
items integer
page integer
Possible values: >= 1
total integer
cors_allowed_origins object[]
{
"items": 0,
"page": 0,
"total": 0,
"cors_allowed_origins": [
{
"id": 0,
"type": "specific",
"origin": "string",
"description": "Our homepage",
"created_at": "2025-06-04T15:17:12.791Z",
"created_by_user_id": 0,
"updated_at": "2025-06-04T15:17:12.791Z",
"updated_by_user_id": 0,
"created_by": {
"archived": false,
"avatar": {},
"avatar_file_upload_url": "/cropUrl/100x100/1.png",
"created_at": "2025-06-04T15:17:12.791Z",
"created_by_user_id": 0,
"department": "Marketing",
"email": "[email protected]"
}
}
]
}
Authorization: Authorization
name: Authorizationtype: apiKeyin: headerdescription: A User API Key for API authorization. **Must be in the format "Api-Key your_user_api_key"**scheme: ^Api-Key\s\S+
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L -X GET 'https://sandbox.absmartly.com/v1/cors' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
ResponseClear