S

S2 HTTP API

REST discovered

Details
URL
https://aws.s2.dev/v1
Docs
https://s2.dev/docs/api/protocol
Authentication
S2 access token bearer discovered Get token ↗
Authorization: Bearer <credential>

Sign in to the S2 dashboard, create an organization if needed, and issue an access token. The Quickstart says to create an account, log in to the dashboard, create a new organization, and issue an access token. Tokens can also be listed, issued, and revoked from the access token API/docs. Store it for apps as S2_ACCESS_TOKEN, or for the CLI with s2 config set access_token YOUR_ACCESS_TOKEN.