curl --request GET \ --url https://api.carbon.ai/organization \ --header 'authorization: <api-key>'
{ "id": 123, "name": "<string>", "nickname": "<string>", "remove_branding": true, "custom_branding": {}, "custom_limits": {}, "aggregate_file_size": {}, "aggregate_num_characters": {}, "aggregate_num_tokens": {}, "aggregate_num_embeddings": {}, "aggregate_num_files_by_source": {}, "aggregate_num_files_by_file_format": {}, "file_statistics_aggregated_at": "2023-11-07T05:31:56Z", "period_ends_at": "2023-11-07T05:31:56Z", "cancel_at_period_end": true, "connector_settings": {}, "global_user_config": {}, "file_sync_usage": {}, "logging_settings": {}, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
Bearer <token>, corresponds to API keys.
Bearer <token>