Sign in

Start OAuth2 authentication

documented

Redirects the user to Sniply's OAuth2 authorization endpoint to begin the login/consent flow.

GET /api/authenticate/Authenticationno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://snip.ly/api/authenticate/?client_id={{$client_id}}&redirect_uri={{$redirect_uri}}" \
  -X GET \
  -H "Accept: application/json"
Start OAuth2 authentication · Sniply · OpenIntegrations