Organization
Last updated
Last updated
GET /public/v1/organization HTTP/1.1
Host: api.prometheo.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"success": true,
"organization": {
"id": "text",
"admin": {
"first_name": "text",
"last_name": "text",
"email": "name@gmail.com"
}
}
}