# Registration Authority API The **Registration Authority (RA) API** is the Uanataca interface for managing the full lifecycle of digital certificate issuance: registration authorities, Registration Authority Officers (RAOs), users, scratchcards, and certificate requests. It supports classic (paperless) and VideoID (eIDAS and External) workflows. You use the RA API to create and manage requests for digital certificates, upload identification documents, approve requests via RAOs, generate pre-authentication links, and handle renewals, PIN unlock, and scratchcard operations. ## Documentation structure ### Enterprise Documentation - **Get started** — What the RA is, how it works, glossary, prerequisites, base URL, and typical flow. See [Get started](/products/namirialpkiaas/registration-authority/enterprise-documentation/get-started/get-started) and [Get started overview](/products/namirialpkiaas/registration-authority/enterprise-documentation/get-started/overview). - **Products and modules** — Workflows: classic paperless, eIDAS VideoID, External VideoID. See [Workflows overview](/products/namirialpkiaas/registration-authority/enterprise-documentation/products-and-modules/workflows/overview). - **Developer documentation** — Full OpenAPI specification (with operation details in the `llamadas` folder), webhooks, authentication, responses, Postman. See [Developer documentation overview](/products/namirialpkiaas/registration-authority/enterprise-documentation/developer-documentation/overview) and [Registration Authority API (OpenAPI)](/products/namirialpkiaas/registration-authority/openapi). - **Administrator guides** — Operator and RA configuration. See [Administrator guides overview](/products/namirialpkiaas/registration-authority/enterprise-documentation/administrator-guides/overview). ### Customer Documentation FAQs, manuals, and service. See [Customer documentation](/products/namirialpkiaas/registration-authority/customer-documentation/overview). ## Main API areas - **Registration Authority** — List, create, get, and update registration authorities. - **Registration Authority Officer (RAO)** — List, create, get, and update RAOs. - **Users** — List, create, get, and update users. - **Scratchcards** — List, get, get first unused, revoke, whoami, move scratchcards. - **Requests** — Create and manage certificate requests (list, create, get, update, cancel, validate, documents, approve, pre-auth link, renewal, OTP, unlock PIN). - **eIDAS VideoID** — Upload document for VideoID-based issuance. - **External VideoID** — Validate or refuse Video ID request, upload data evidence and video, download video. Base URL: `https://api.uanataca.com`. All paths are under `/api/v1/`.