# Fetch the forms for a specific Form Type. **GET /v2/Forms/{FormType}** Fetch the forms for a specific Form Type. ## Servers - https://verify.twilio.com: https://verify.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Path parameters - **FormType** (string) The Type of this Form. Currently only `form-push` is supported. ## Responses ### 200 OK #### 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) - **form_type** (string) The Type of this Form. Currently only `form-push` is supported. - **forms** () Object that contains the available forms for this type. This available forms are given in the standard [JSON Schema](https://json-schema.org/) format - **form_meta** () Additional information for the available forms for this type. E.g. The separator string used for `binding` in a Factor push. - **url** (string(uri) | null) The URL to access the forms for this type. [Powered by Bump.sh](https://bump.sh)