# Retrieves authorize uri **GET /v1/authorize** Retrieves authorize uri ## Servers - https://oauth.twilio.com: https://oauth.twilio.com () ## Parameters ### Query parameters - **ResponseType** (string) Response Type - **ClientId** (string) The Client Identifier - **RedirectUri** (string) The url to which response will be redirected to - **Scope** (string) The scope of the access request - **State** (string) An opaque value which can be used to maintain state between the request and callback ## Responses ### 302 Found #### Headers - **Access-Control-Allow-Origin** (string) Specify the origin(s) allowed to access the resource - **Access-Control-Allow-Methods** (string) Specify the HTTP methods allowed when accessing the resource - **Access-Control-Allow-Headers** (string) Specify the headers allowed when accessing the resource - **Access-Control-Allow-Credentials** (boolean) Indicates whether the browser should include credentials - **Access-Control-Expose-Headers** (string) Headers exposed to the client #### Body: application/json (object) - **redirect_to** (string(uri) | null) The callback URL [Powered by Bump.sh](https://bump.sh)