API Documentation
Endpoints
- Breaches
- Simulation
- Awareness
- General
General
Get organization
Returns the organization with its workspaces.
GET
/
v1
/
organization
Copy
Ask AI
curl --request GET \
--url https://public-api.tryriot.com/v1/organization \
--header 'x-api-key: <api-key>'
Copy
Ask AI
{
"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
The response is of type object
.
Copy
Ask AI
curl --request GET \
--url https://public-api.tryriot.com/v1/organization \
--header 'x-api-key: <api-key>'
Copy
Ask AI
{
"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"
}
]
}
}
Assistant
Responses are generated using AI and may contain mistakes.