- 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
- Otp VerifyPOST
Contact Information
Developing
Testing Env
Testing Env
GET
https://test-api.ucuzyolu.com/contact
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/contact' \
--header 'client-id: 302382-1928283273-237723829-292999'
Responses
🟢200OK
application/json
Body
data
object
required
currency
string
required
title
string
required
address
string
required
city
string
required
district
string
required
phone
string
required
email
string
required
countryCode
string
required
postalCode
string
required
taxOffice
string
required
taxNumber
string
required
success
boolean
required
code
integer
required
message
string
required
Example
{
"data": {
"currency": "TRY",
"title": "Ucuzyolu Havacılık ve Turizm",
"address": "Tuzla iş merkezi",
"city": "İstanbul",
"district": "Tuzla",
"phone": "0216 000 00 00",
"email": "support@ucuzyolu.com",
"countryCode": "TR",
"postalCode": "34947",
"taxOffice": "Tuzla",
"taxNumber": "0000000000"
},
"success": true,
"code": 0,
"message": ""
}
Modified at 2024-11-22 00:33:35