Service Status Active

This service provides OAuth 2.0 authorization for Alexa Skills.

Authorization Endpoint

/login

This endpoint handles OAuth authorization requests from Alexa.

Required Parameters:

OAuth Flow

  1. User initiates skill linking in Alexa app
  2. Alexa redirects to /login with OAuth parameters
  3. User authenticates and grants permission
  4. Service redirects back to Alexa with authorization code
  5. Alexa exchanges code for access token (server-side)

Configuration

To configure this service for your Alexa skill: