Skip to main content
GET
/
api
/
v1
/
Settings
cURL
curl --request GET \
  --url https://vpos.payven.com.tr/api/v1/Settings \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "isSuccess": true,
  "code": "<string>",
  "data": null
}

Documentation Index

Fetch the complete documentation index at: https://docs.payven.com.tr/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

PageNumber
integer<int32>
PageSize
integer<int32>
SearchTerm
string
Key
string
Scope
enum<integer>
Available options:
Global,
Tenant,
User
ScopeId
string<uuid>
Category
string
IsReadOnly
boolean

Response

OK

message
string | null
isSuccess
boolean
code
string | null
data
unknown