Light Mode
List Custom Urls
GET
/custom-urlsLast modified: 5 days ago
Request
Request samples
Responses
Success(200)
Unauthorized(401)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
status
integer
required
success
boolean
required
data
array [object {4}]
required
id
integer
required
destination
object
required
enabled
boolean
required
path
string
required
pagination
object
required
count
integer
required
total
integer
required
perPage
integer
required
currentPage
integer
required
totalPages
integer
required
links
array[string]
required
Example
{
"status": 200,
"success": true,
"data": [
{
"id": 1298199463,
"destination": {
"type": "custom",
"value": "https://ss.salla.test/custom-urls"
},
"enabled": true,
"path": "https://ss.salla.test/custom-urls"
},
{
"id": 1939592358,
"destination": {
"type": "product",
"value": 1317098
},
"enabled": true,
"path": "https://salla.test/ar/jalal56s/path/path"
},
{
"id": 566146469,
"destination": {
"type": "product",
"value": 1317098
},
"enabled": true,
"path": "https://salla.test/ar/jalal56s/ar/products/ايروبريس-اداة-كبس-القهوة-408"
},
{
"id": 1473353380,
"destination": {
"type": "page",
"value": 13
},
"enabled": true,
"path": "https://salla.test/ar/jalal56s/sdsd/sd"
}
],
"pagination": {
"count": 4,
"total": 4,
"perPage": 15,
"currentPage": 1,
"totalPages": 1,
"links": []
}
}
Last modified: 5 days ago