We tried our best, but there was an error processing your request. If this keeps happening, please refresh your browser or contact support.
Workspace Endpoint

This endpoint allows you to view details about your workspace.

Viewing Current Workspace

A GET returns the details of your workspace. There are no parameters.

Example:

GET /api/v2/workspace.json

Response containing your workspace details:

{
    "uuid": "6a44ca78-a4c2-4862-a7d3-2932f9b3a7c3",
    "name": "TextIt",
    "country": "RW",
    "languages": ["eng", "fra"],
    "timezone": "Africa/Kigali",
    "date_style": "day_first",
    "anon": false
}