---
title: "Save attested provider data"
method: POST
path: "/v2/provider/{providerId}/attested-data"
tags: ["v2/provider"]
---

# Save attested provider data

`POST /v2/provider/{providerId}/attested-data`

## Path parameters

- `providerId` string, required

## Headers

- `organization-id` string

## Request body

- CreateAttestedProviderDataDto
  - `purpose` string, required
  - `organization_id` string, required
  - `workflow_id` string, required
  - `date_complete` string, date-time, required
  - `attestation_metadata` AttestationMetadata[], required
    - `attestation_language` string
    - `attestation_signature_image` string
    - `attestation_name` string
    - `date_attested` string, date-time
  - `data_snapshot` DataSnapshot, required
    - `first_name` FieldValueWithDescription, required
      - `value` string, required
      - `description` string, required
    - `middle_name` FieldValueWithDescription, required
      - `value` string, required
      - `description` string, required
    - `last_name` FieldValueWithDescription, required
      - `value` string, required
      - `description` string, required
    - `suffix_name` FieldValueWithDescription, required
      - `value` string, required
      - `description` string, required
    - `npi` FieldValueWithDescription, required
      - `value` string, required
      - `description` string, required
    - `other_name` OtherName[], required
      - `first_name` FieldValueWithDescription, required
        - `value` string, required
        - `description` string, required
      - `middle_name` FieldValueWithDescription
        - `value` string, required
        - `description` string, required
      - `last_name` FieldValueWithDescription, required
        - `value` string, required
        - `description` string, required
      - `suffix_name` FieldValueWithDescription
        - `value` string, required
        - `description` string, required
      - `name_type` FieldValueWithDescription, required
        - `value` string, required
        - `description` string, required
    - `email` Email[], required
      - `type` FieldValueWithDescription, required
        - `value` string, required
        - `description` string, required
      - `email` FieldValueWithDescription, required
        - `value` string, required
        - `description` string, required
    - `caqh_id` FieldValueWithDescription, required
      - `value` string, required
      - `description` string, required
    - `provider_type` FieldValueWithDescription, required
      - `value` string, required
      - `description` string, required
    - `education` Education[], required
      - `institution_name` FieldValueWithDescription, required
        - `value` string, required
        - `description` string, required
      - `degree` FieldValueWithDescription, required
        - `value` string, required
        - `description` string, required
      - `document` string
      - `start_date` FieldValueWithDescription, required
        - `value` string, required
        - `description` string, required
      - `graduation_date` FieldValueWithDescription, required
        - `value` string, required
        - `description` string, required
      - `end_date` FieldValueWithDescription, required
        - `value` string, required
        - `description` string, required
    - `licenses` License[], required
      - `type` FieldValueWithDescription, required
        - `value` string, required
        - `description` string, required
      - `state` FieldValueWithDescription, required
        - `value` string, required
        - `description` string, required
      - `license_number` FieldValueWithDescription, required
        - `value` string, required
        - `description` string, required
      - `issuing_board` FieldValueWithDescription, required
        - `value` string, required
        - `description` string, required
      - `document` string, required
      - `expiration_date` FieldValueWithDescription, required
        - `value` string, required
        - `description` string, required
      - `issue_date` FieldValueWithDescription, required
        - `value` string, required
        - `description` string, required
      - `renewal_date` FieldValueWithDescription, required
        - `value` string, required
        - `description` string, required
    - `speciality_board_certification` SpecialityBoardCertificate[], required
      - `specialty` FieldValueWithDescription, required
        - `value` string, required
        - `description` string, required
      - `sub_specialty` FieldValueWithDescription, required
        - `value` string, required
        - `description` string, required
      - `board_certified` FieldValueWithDescription, required
        - `value` string, required
        - `description` string, required
      - `certifying_board` FieldValueWithDescription, required
        - `value` string, required
        - `description` string, required
      - `cert_number` FieldValueWithDescription, required
        - `value` string, required
        - `description` string, required
      - `document` string, required
      - `issue_date` FieldValueWithDescription, required
        - `value` string, required
        - `description` string, required
      - `renewal_date` FieldValueWithDescription, required
        - `value` string, required
        - `description` string, required
      - `expiration_date` FieldValueWithDescription, required
        - `value` string, required
        - `description` string, required
    - `dea` DEA[], required
      - `dea_number` FieldValueWithDescription, required
        - `value` string, required
        - `description` string, required
      - `state` FieldValueWithDescription, required
        - `value` string, required
        - `description` string, required
      - `document` string, required
      - `issue_date` FieldValueWithDescription, required
        - `value` string, required
        - `description` string, required
      - `expiration_date` FieldValueWithDescription, required
        - `value` string, required
        - `description` string, required
      - `renewal_date` FieldValueWithDescription, required
        - `value` string, required
        - `description` string, required
    - `addresses` ProviderAddress[], required
      - `type` FieldValueWithDescription, required
        - `value` string, required
        - `description` string, required
      - `address_line_1` FieldValueWithDescription, required
        - `value` string, required
        - `description` string, required
      - `address_line_2` FieldValueWithDescription
        - `value` string, required
        - `description` string, required
      - `zip` FieldValueWithDescription, required
        - `value` string, required
        - `description` string, required
      - `city` FieldValueWithDescription, required
        - `value` string, required
        - `description` string, required
      - `state` FieldValueWithDescription, required
        - `value` string, required
        - `description` string, required
      - `country` FieldValueWithDescription, required
        - `value` string, required
        - `description` string, required
    - `dob` FieldValueWithDescription, required
      - `value` string, required
      - `description` string, required
    - `gender` FieldValueWithDescription, required
      - `value` string, required
      - `description` string, required
    - `sex` FieldValueWithDescription, required
      - `value` string, required
      - `description` string, required
    - `ssn` FieldValueWithDescription, required
      - `value` string, required
      - `description` string, required
    - `document` DocumentInfo[], required
      - `type` FieldValueWithDescription, required
        - `value` string, required
        - `description` string, required
      - `url` string, required
    - `employment_history` EmploymentHistory[], required
      - `type` FieldValueWithDescription, required
        - `value` string, required
        - `description` string, required
      - `employer` FieldValueWithDescription, required
        - `value` string, required
        - `description` string, required
      - `title` FieldValueWithDescription, required
        - `value` string, required
        - `description` string, required
      - `speciality` FieldValueWithDescription, required
        - `value` string, required
        - `description` string, required
      - `start_date` FieldValueWithDescription, required
        - `value` string, required
        - `description` string, required
      - `end_date` FieldValueWithDescription, required
        - `value` string, required
        - `description` string, required
      - `address_line_1` FieldValueWithDescription, required
        - `value` string, required
        - `description` string, required
      - `address_line_2` FieldValueWithDescription, required
        - `value` string, required
        - `description` string, required
      - `country` FieldValueWithDescription, required
        - `value` string, required
        - `description` string, required
      - `city` FieldValueWithDescription, required
        - `value` string, required
        - `description` string, required
      - `state` FieldValueWithDescription, required
        - `value` string, required
        - `description` string, required
      - `zip` FieldValueWithDescription, required
        - `value` string, required
        - `description` string, required
      - `gap_explanation` FieldValueWithDescription, required
        - `value` string, required
        - `description` string, required
    - `liability_insurance` LiabilityInsurance[], required
      - `carrier_name` FieldValueWithDescription, required
        - `value` string, required
        - `description` string, required
      - `policy_number` FieldValueWithDescription, required
        - `value` string, required
        - `description` string, required
      - `policy_expiration` FieldValueWithDescription, required
        - `value` string, required
        - `description` string, required
      - `occurence_amount` FieldValueWithDescription, required
        - `value` string, required
        - `description` string, required
      - `general_aggregate_amount` FieldValueWithDescription, required
        - `value` string, required
        - `description` string, required
      - `document` string, required
  - `question` Question[], required
    - `question_text` string, required
    - `question_response` QuestionResponse[], required
      - `response_text` string, required

## Response `201`

The record has been successfully created.

- object
  - `id` string

## Other responses

- `400` — Bad request because the wrong parameters are provided in the request body.
- `401` — Unauthorized if authorization token is not provided or invalid.
- `403` — Forbidden if user access is not right.

---

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