Utility
Was this helpful?
Was this helpful?
Was this helpful?
Soda Cloud API Utility Endpoints
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.
User authentication required: true
This endpoint enforces authentication using the API keys you provide in the Basic
authentication header.
Any Soda Cloud user in your organization may execute this query.
Utility
10 requests/10 seconds
Successful response
Bad request
Unauthorized
Forbidden
Not found
Too many requests
Internal server error
GET /api/v1/test-login HTTP/1.1
Host: cloud.soda.io
Authorization: Basic username:password
Accept: */*
{
"organisationName": "text"
}