Endpoint for fetching information about the authenticated workspace. It can be used to test if the API authentication works.
Embeddable Builder API (0.1.0)
Download OpenAPI description
Overview
URL
E-mail
Languages
Servers
Production
https://api.builder.docue.com/
- Productionhttps://api.builder.docue.com/api/workspaces/current
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://api.builder.docue.com/api/workspaces/current \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <YOUR_API Key_HERE>'Response
application/json
{ "data": { "id": "7f3f5f62-2c69-7d4e-8a3d-9c0f0e2c5f3a", "name": "Acme Inc." } }