SODA API: Authenticate Service

The AuthenticationService offers an alternative cookie based authentication method. Using the AuthenticationService, you can request a cookie that can be included with subsequent requests.

Requests can also be authenticated by passing in HTTP Basic Authentication headers, and in a subsequent release of the API we will also support authentication by OAuth.

Examples:

Using HTTP Basic Authentication:

> curl --user login:pass https://data.cms.gov/api/users/login/views.json

/api/authenticate