Merkl Developer Portal logo
get

/v4/volume/facets

List the available programs and client ids to filter volume entries by.

Responses

200
Response for status 200
Schema
object
programsstring[]
required
clientIdsstring[]
required
Example
{
  "programs": [
    "string"
  ],
  "clientIds": [
    "string"
  ]
}