Returns information about the connected workspace.

Sample Request:

curl --location 'https://bolt.thena.ai/v3/update-settings' \
--header 'authorization: Bearer {your_api_key}' \
--header 'Content-Type: application/json' \
--data-raw '{
    "workspace_id": "66f73d4a28e20325f8542d9c",
    "settings": {
        "notifications": true
    }
}'

 
Language
Authorization
http
URL
Click Try It! to start a request and see the response here!