Skip to main content

Fetching Service Information

The GET /v3/service endpoint is used to fetch service information.

GET /v3/service
Authorization: Basic ${ base64(apiKey + ':' + secretKey) }

Response example:

HTTP/2.0 200 OK
{
"data": [
{
"type": "FORMID",
"autoDeleteDays": 30
},
{
"type": "TELEID",
"autoDeleteDays": 30
}
],
"totalPages": 1,
"totalElements": 2,
"numberOfElements": 2
}