- Auth
- Customer
- Passengers
- invoice Info
- Favorite Flights
- Notifications
- Fast Actions
- Customer - Get ProfileGET
- Customer - Update ProfilePOST
- Customer - Update PasswordPOST
- Search History - FlightGET
- Customer - Remove AccountDELETE
- Utils
- Flight
- Bus
- Hotel
- Socket
- Auto Completes
- Queue / Socket
- Misc
- Payment
- Orders
- Blog
- Contents
- Refund
- Notifications
- Checkout
- Otp VerifyPOST
- StatusGET
Sık Sorulan Sorular
Developing
GET
https://test-api.ucuzyolu.com/sik-sorulan-sorular-c-3
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Header Params
client-id
string
optional
Default:
302382-1928283273-237723829-292999
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://test-api.ucuzyolu.com/sik-sorulan-sorular-c-3' \
--header 'client-id: 302382-1928283273-237723829-292999'
Responses
🟢200OK
application/json
Body
data
object (Page Category)
required
id
integer
required
title
string
required
slug
string
required
description
string | null
optional
image
string | null
optional
content
string | null
optional
items
array[object (Page Category) {9}]
required
contents
array[object (Page) {8}]
required
createdAt
string
required
success
boolean
required
code
integer
required
message
string
required
Example
{
"data": {
"id": 0,
"title": "string",
"slug": "string",
"description": "string",
"image": "string",
"content": "string",
"items": [
{}
],
"contents": [
{
"id": 0,
"category": "string",
"title": "string",
"description": "string",
"summary": "string",
"image": "string",
"slug": "string",
"createdAt": "string"
}
],
"createdAt": "string"
},
"success": true,
"code": 0,
"message": "string"
}
Modified at 2024-11-28 02:46:25