General
Get organization
API Documentation
Endpoints
- Breaches
- Simulation
- Awareness
- General
General
Get organization
Returns the organization with its workspaces.
GET
/
v1
/
organization
curl --request GET \
--url https://public-api.tryriot.com/v1/organization \
--header 'x-api-key: <api-key>'
{
"data": {
"created_at": "2024-01-13T10:00:00.000000Z",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"updated_at": "2024-01-13T10:00:00.000000Z",
"workspaces": [
{
"created_at": "2024-01-13T10:00:00.000000Z",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"updated_at": "2024-01-13T10:00:00.000000Z"
}
]
}
}
Authorizations
Response
200
application/json
Organization
Example:
"2024-01-13T10:00:00.000000Z"
Example:
"2024-01-13T10:00:00.000000Z"
curl --request GET \
--url https://public-api.tryriot.com/v1/organization \
--header 'x-api-key: <api-key>'
{
"data": {
"created_at": "2024-01-13T10:00:00.000000Z",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"updated_at": "2024-01-13T10:00:00.000000Z",
"workspaces": [
{
"created_at": "2024-01-13T10:00:00.000000Z",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"updated_at": "2024-01-13T10:00:00.000000Z"
}
]
}
}