Skip to main content
GET
/
api
/
v
{version}
/
tenants
/
{tenantId}
/
roles
cURL
curl --request GET \
  --url https://identity.payven.com.tr/api/v{version}/tenants/{tenantId}/roles
{
  "message": "<string>",
  "isSuccess": true,
  "code": "<string>",
  "data": [
    {
      "id": "<string>",
      "name": "<string>",
      "description": "<string>",
      "isBuiltin": true
    }
  ]
}

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.

Path Parameters

tenantId
string<uuid>
required
version
string
required

Response

OK

message
string | null
isSuccess
boolean
code
string | null
data
object[] | null