---
title: "Synchronous operation to retrieve configurations for the customer."
method: GET
path: "/v1/SigningRequest/Configuration"
tags: ["NumbersV1SigningRequestConfiguration"]
---

# Synchronous operation to retrieve configurations for the customer.

`GET /v1/SigningRequest/Configuration`

Synchronous operation to retrieve configurations for the customer.

## Query parameters

- `Country` string
- `Product` string
- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `configurations` NumbersV1SigningRequestConfiguration[]
    - `logo_sid` string, nullable — The SID of the document that includes the logo that will appear in the LOA. To upload documents follow the following guide: https://www.twilio.com/docs/phone-numbers/regulatory/getting-started/create-new-bundle-public-rest-apis#supporting-document-create
    - `friendly_name` string, nullable — This is the string that you assigned as a friendly name for describing the creation of the configuration.
    - `product` string, nullable — The product or service for which is requesting the signature.
    - `country` string, iso-country-code, nullable — The country ISO code to apply the configuration.
    - `email_subject` string, nullable — Subject of the email that the end client will receive ex: “Twilio Hosting Request”, maximum length of 255 characters.
    - `email_message` string, nullable — Content of the email that the end client will receive ex: “This is a Hosting request from Twilio, please check the document and sign it”, maximum length of 5,000 characters.
    - `url_redirection` string, nullable — Url the end client will be redirected after signing a document.
    - `url` string, uri, nullable
  - `meta` object
    - `first_page_url` string, uri
    - `key` string
    - `next_page_url` string, uri, nullable
    - `page` integer
    - `page_size` integer
    - `previous_page_url` string, uri, nullable
    - `url` string, uri

---

[API](https://skmtc.net/twilio/apis/numbers-v1.md) · [All operations](https://skmtc.net/twilio/apis/numbers-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/numbers-v1/versions/6e03a6a50c9d/schema)
