Utility

Soda Cloud API Utility Endpoints

Test connection

get

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 enforces authentication using the API keys you provide in the Basic authentication header.

Authorization

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

Tags

Utility

Rate limiting

10 requests/10 seconds

Authorizations
Responses
200
Successful response
application/json
get
GET /api/v1/test-login HTTP/1.1
Host: cloud.soda.io
Authorization: Basic username:password
Accept: */*
{
  "organisationName": "text"
}

Was this helpful?