Utility
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.
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
400
Bad request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
Not found
application/json
429
Too many requests
application/json
500
Internal server error
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?