For the complete documentation index, see llms.txt. This page is also available as Markdown.

Utility

Soda Cloud API Utility Endpoints

Test connection

get
/api/v1/test-login

This endpoint enables you to test the API connection to your organization's Soda Cloud account. Use this endpoint to verify that the authentication and authorization details are accurate and the API is ready to accept calls.

Authentication

User authentication required: true

This endpoint accepts authentication via API keys in the Basic authentication header, or a pre-authenticated token in HTTP cookie token. Cookie sessions extend automatically on each request.

Authorization

Any Soda Cloud user in your organization may execute this query.

Tags

Utility

Rate limiting

10 requests/10 seconds

Authorizations
AuthorizationstringRequired
Responses
200

Successful response

application/json
organisationNamestringOptional
get/api/v1/test-login

Last updated

Was this helpful?