POST
/
operation-ids-by-shards-keys
curl --request POST \
  --url https://data.turin.tac.build/operation-ids-by-shards-keys \
  --header 'Content-Type: application/json' \
  --data '{
  "caller": "<string>",
  "shardsKeys": [
    "<string>"
  ]
}'
{
  "response": {}
}

Body

application/json
Request body
caller
string
required
shardsKeys
string[]
required

Response

200
application/json
OK
response
object