Fetch the forms for a specific Form Type
TODO: Resource-level docs
Fetch the forms for a specific Form Type.
Path parameters
-
The Type of this Form. Currently only
form-push
is supported.Value is
form-push
.
GET /v2/Forms/{FormType}
curl \
-X GET https://verify.twilio.com/v2/Forms/{FormType} \
--user "username:password"
Response examples (200)
{
"form_type": "form-push",
"url": "https://example.com"
}
Response examples (200)
{
"form_type": "form-push",
"url": "https://example.com"
}