> Portal Navigation:
> 
> - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version.
> - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages).
> - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`).
> - Top-level index of all portals: https://dev.wix.com/docs/llms.txt
> - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt

# Resource: Account Certification V1

# Type: Account Certification Object

# Link: https://dev.wix.com/docs/api-reference/account-level/studio-workspace/certifications/account-certification-v1/account-certification-object.md

## Description: An account certification represents a Wix Academy certification held by an account,
such as the Velo, Web Designer, or Wix Studio Developer certification.

An account holds a certification when one or more of its team members hold the corresponding
user certification. Each account has at most one account certification per certification type,
aggregating all of the account's certified team members for that type.

To read certifications at the individual user level, see the User Certifications API.

## Schema:

```json
 Type: Account Certification Object | type: AccountCertification
 Description: An account certification represents a Wix Academy certification held by an account,
such as the Velo, Web Designer, or Wix Studio Developer certification.

An account holds a certification when one or more of its team members hold the corresponding
user certification. Each account has at most one account certification per certification type,
aggregating all of the account's certified team members for that type.

To read certifications at the individual user level, see the User Certifications API.
       - name: id  | type: string | description: Account certification ID.
           - name: value  | type: string | description: 
       - name: revision  | type: string | description: Revision number, which increments by 1 each time the account certification is updated. To prevent conflicting changes, the current revision must be passed when updating the account certification.  Ignored when creating an account certification.
           - name: value  | type: string | description: 
       - name: createdDate  | type: string | description: Date and time the account certification was created.
           - name: seconds  | type: string | description: 
           - name: nanos  | type: number | description: 
       - name: updatedDate  | type: string | description: Date and time the account certification was last updated.
       - name: userCertificationIds  | type: Array<string> | description: IDs of the user certification records, held by the account's team members, that qualify the account for its `certificationType`. Up to 100. The list contains no duplicates, and its order isn't guaranteed.
       - name: certificationType  | type: string | description: Type of certification the account holds. Set when the certification is created and can't be changed afterward.
           enum: VELO, WEB_DESIGNER, ACCESSIBILITY, STUDIO_DEVELOPER, STUDIO_DESIGN_LEAGUE, STUDIO_DEV_WEBSITES_LEAGUE

```