Merkl Developer Portal logo
get

/v4/analytics/states-meta/{storingId}/setDescription

Get raw processor config (set description) for a storing_id

Return the raw processor config stored in the state_set_description table for the given storing_id. A storing_id holding decrypted confidential amounts answers 403.

Path parameters

storingIdstring
required

The indexing (storing) id.

Responses

200
Response for status 200
Schema
object
storingIdstring
required
rawConfigobject
required
Raw processor config stored in the `state_set_description` table for this storingId.
Example
{
  "storingId": "string",
  "rawConfig": {}
}