Skip to main content
POST
/
v1
/
meta
Get metadata
curl --request POST \
  --url https://{tenant}.cubecloud.dev/api/v1/meta \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "selectors": "<unknown>"
}
'

Authorizations

Authorization
string
header
required

API key authentication. Send Authorization: Api-Key <YOUR_API_KEY>.

Body

application/json

MetadataRequest

selectors
any
required

Response

200 - application/json

Successful response