Skip to main content
GET
/
api
/
v1
/
lookups
/
cities
Lookup kayıtlarını listele
curl --request GET \
  --url https://identity-sandbox.payven.com.tr/api/v1/lookups/cities \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "code": "<string>",
    "name": "<string>",
    "country": "<string>",
    "is_active": true
  }
]

Authorizations

Authorization
string
header
required

Identity servisinden alinan Keycloak JWT. Format: Authorization: Bearer <token>. Token alma: POST /api/v1/auth/{slug}/token

Query Parameters

code
string
search_term
string
include_inactive
boolean
default:false

Response

OK

id
string<uuid>
code
string | null
name
string | null
country
string | null
is_active
boolean