cURL
curl --request GET \ --url https://api.opnform.com/open/workspaces \ --header 'Authorization: Bearer <token>'
[ { "id": 1, "name": "My Marketing Team", "icon": "🚀", "settings": {} } ]
Requires workspaces-read.
workspaces-read
GET /open/workspaces HTTP/1.1 Host: api.opnform.com Authorization: Bearer <token>
200 OK
[ { "id": 1, "name": "Marketing", "icon": "🚀", "settings": { "email_settings": { "from_name": "OpnForm" } }, "max_file_size": 25, "is_readonly": false } ]
403 Forbidden
Personal Access Token
Successful
The unique identifier for the workspace.
1
The name of the workspace.
"My Marketing Team"
The emoji or icon representing the workspace.
"🚀"
General settings for the workspace.
Was this page helpful?