Organization
Create Organization Api Key
Create a new api key for the organization. Successful response will contain the newly created api key.
post/api/organization/api_key
Headers
TR-Organizationstring uuid required
The organization id to use for the request.
Request body
Example request
{
"default_params": {
"filters": {
"must": [
{
"field": "tag_set",
"match_all": [
"A",
"B"
]
},
{
"field": "num_value",
"range": {
"gte": 10,
"lte": 25
}
}
]
}
}
}Response
JSON body representing the api_key for the organization