v3-connect

Number of APIs: 5

  1. Custom Authentication POST {{baseUrl}}/v3/connect/custom

  2. Hosted OAuth - Authorization Request GET {{baseUrl}}/v3/connect/auth?client_id={{application_id}}&provider={{provider}}&redirect_uri={{redirect_uri}}&response_type={{response_type}}&login_hint={{email}}

  3. Hosted OAuth - Token exchange POST {{baseUrl}}/v3/connect/token

  4. Hosted OAuth - Revoke OAuth token POST {{baseUrl}}/v3/connect/revoke?token={{bearerToken}}

  5. Token Info GET {{baseUrl}}/v3/connect/tokeninfo?id_token={{id_token}}&access_token={{bearerToken}}