OauthV1Authorize

Retrieves authorize uri

get/v1/authorize

Query parameters

response_typestring
Example:code

Response Type

client_idstring
Example:OQ7cda1a615f05a95634e643aaaf7081d7

The Client Identifier

redirect_uristring
Example:www.twilio.com

The url to which response will be redirected to

scopestring
Example:offline_access

The scope of the access request

statestring
Example:xvz

An opaque value which can be used to maintain state between the request and callback

Changes

Changed in 1 of the 9 revisions of this API.55

  • acdf9e0a1dc455See the full diff
    • deleted the query request parameter Client_id

      request-parameter-removed

    • deleted the query request parameter Redirect_uri

      request-parameter-removed

    • deleted the query request parameter Response_type

      request-parameter-removed

    • deleted the query request parameter Scope

      request-parameter-removed

    • deleted the query request parameter State

      request-parameter-removed

    • added the new optional query request parameter client_id

      new-optional-request-parameter

    • added the new optional query request parameter redirect_uri

      new-optional-request-parameter

    • added the new optional query request parameter response_type

      new-optional-request-parameter

    • added the new optional query request parameter scope

      new-optional-request-parameter

    • added the new optional query request parameter state

      new-optional-request-parameter