---
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

## Changes

- **2025-02-20** (v1) `7cba1c82537d` — 1 breaking
  - for the `query` request parameter `PageSize`, the format changed from no format to `int64`
- **2024-08-26** (v1) `a7992ee98650` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/twilio/apis/twilio-numbers/changes/v1/SigningRequest/Configuration/get.md)

---

[API](https://skmtc.dev/twilio/apis/twilio-numbers.md) · [All operations](https://skmtc.dev/twilio/apis/twilio-numbers/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/twilio/twilio-numbers/revisions/47965226105d/schema)
