curl --request GET \
--url https://cloud.bytebeam.io/api/v1/tenants \
--header 'x-bytebeam-api-key: <api-key>' \
--header 'x-bytebeam-tenant: <api-key>'[
{
"status": "<string>",
"settings": {},
"auth": {
"url": "<string>",
"type": "jwks"
},
"name": "<string>"
}
]curl --request GET \
--url https://cloud.bytebeam.io/api/v1/tenants \
--header 'x-bytebeam-api-key: <api-key>' \
--header 'x-bytebeam-tenant: <api-key>'[
{
"status": "<string>",
"settings": {},
"auth": {
"url": "<string>",
"type": "jwks"
},
"name": "<string>"
}
]Documentation Index
Fetch the complete documentation index at: https://bytebeam.io/docs/llms.txt
Use this file to discover all available pages before exploring further.