---
title: "Filing credentials verification"
method: GET
path: "/fm/{cik}/verify"
tags: ["Filer Management API"]
---

# Filing credentials verification

`GET /fm/{cik}/verify`

The filing credentials verification API provides the ability to view filing credentials for an EDGAR account/CIK. The API GET method requires
the filer API token and the user API token in the header along with the relevant CIK in the path of the URL. The individual associated with
the user API token must be a user, account administrator, delegated user, or delegated account administrator of the CIK for which the filing
credentials are to be verified. The filer API token supplied for the request must either match the CIK for which filing
credentials are to be verified or the CIK of the filer API token must have delegation from that CIK.

## Path parameters

- `cik` string, required

## Response `200`

OK. The request was successful.

- FilerCheckResponse — This response returns information about the status of a Filer API Token and User API Token.
  - `tracking` string — A universal tracking identifier that can be used by applications to keep track of individual requests sent to the EDGAR API. The tracking identifier correlates all actions taken in the course of a single request. If seeking support from the EDGAR Help Desk this will be a useful piece of information to provide.
  - `locator` string — A short identifier that can be used by the EDGAR Help Desk to locate the tracking identifier within the EDGAR system.
  - `messages` Message[] — A list of messages providing details associated with the filer management response.
    - `type` 'INFO' | 'NOTICE' | 'WARNING' | 'ERROR' — The type of the message being returned regarding how severe it is or what type of message it contains.
    - `content` string — The content of the message intended to be interpreted by a human consumer of the API output.
  - `canFile` boolean — boolean value describing if a filing can be made or not with the provided user api token, filer api token and cik
  - `confirmationDueDate` string, date-time
  - `filerApiTokenExpirationDate` string, date-time
  - `userApiTokenExpirationDate` string, date-time

## Other responses

- `401` — Unauthorized. This resource is being accessed with invalid or inactive tokens. Please check that the tokens in use are active in Filer Management or are assigned to active individuals.
- `500` — Server error. An unexpected server-side error has occurred.

---

[API](https://skmtc.net/sec/apis/edgar-api.md) · [All operations](https://skmtc.net/sec/apis/edgar-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sec/edgar-api/revisions/8bbcd8648315/schema)
