S

Socrata Open Data API (SODA)

REST discovered

Details
URL
https://{domain}/api/v3
Docs
https://dev.socrata.com/
Authentication
Socrata application token api_key discovered Get key ↗
X-App-Token: <credential>

Create an application token from your Socrata/Data & Insights developer or account settings as described in Application Tokens. Use the token in the X-App-Token request header.

Socrata account username and password basic discovered Get credentials ↗
Authorization: Basic <credential>

Use a Socrata/Data & Insights user account that has access to the target tenant and dataset. The Authentication docs say users may authenticate with their username and password via HTTP Basic authentication.

Socrata API key and secret pair compound discovered Get key ↗
Authorization: Basic <credential>

Create an API key and secret pair from your Socrata/Data & Insights account settings as referenced by the Authentication documentation. The pair is then sent together using HTTP Basic authentication, with the API key as the username and the secret as the password.