---
title: "account/submit-extended-info/signing-authority-info"
method: GET
path: "/account/submit-extended-info/signing-authority-info"
tags: ["Account Onboarding Endpoints"]
---

# account/submit-extended-info/signing-authority-info

`GET /account/submit-extended-info/signing-authority-info`

This endpoint will return a full list of all signing-authority information.

## Query parameters

- `AccountID` string, required
- `Key` string, required
- `Signature` string, required

## Response `200`

- object
  - `Success` boolean — True if the request was successful, false if it failed
  - `ErrorMessage` string — Contains a description of the error if the request failed
  - `AccountName` string — Account Name
  - `SigningAuthority` object — Collection of Signing authorities per account
    - `0` object
      - `FullName` string — Signing Authority First name and last name
      - `Occupation` string — Signing Authority's occupation
      - `EmailAddress` string — Signing Authority's email address
      - `HomeAddress` string — Signing Authority's home address
      - `DateAdded` string, date

---

[API](https://skmtc.net/vopay/apis/accounts.md) · [All operations](https://skmtc.net/vopay/apis/accounts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vopay/accounts/revisions/7033bd231ec7/schema)
