## API documentation The complete Registration Authority API reference is available in OpenAPI format. It covers all endpoints for: - **Registration Authority** — List RAs, create RA, get RA, update RA - **Registration Authority Officer (RAO)** — List, create, get, and update RAOs - **Users** — List, create, get, and update users - **Scratchcards** — List, get, get first unused, is used, revoke, whoami, move scratchcards - **Requests** — List, create, get, update, cancel, validate, generate RAO declaration/contract, upload/delete/get documents, approve, pre-auth link, renewal (is renewable, enable/disable, status), check contact data, OTP for unlock, reset/unlock PIN - **eIDAS VideoID** — Upload document for VideoID - **External VideoID** — Validate/refuse Video ID request, upload data evidence and video, download video Base URL: `https://api.uanataca.com`. All paths are under `/api/v1/`. - [Registration Authority OpenAPI specification](/products/namirialpkiaas/registration-authority/openapi) — Full API reference with all endpoints, request/response schemas, and examples (operation details are in the `llamadas` folder referenced by the OpenAPI file). ## Postman collection For quick API testing, use the [Registration Authority Postman collection](/products/namirialpkiaas/registration-authority/enterprise-documentation/developer-documentation/resources/postman). Import the collection, set the **host** variable to the RA API base URL (e.g. `https://api.uanataca.com`), and run the preconfigured requests. ## Related documentation - [Get started](/products/namirialpkiaas/registration-authority/enterprise-documentation/get-started/get-started) — Prerequisites and base URL - [Developer documentation overview](/products/namirialpkiaas/registration-authority/enterprise-documentation/developer-documentation/overview) — Authentication, responses, webhooks - [Workflows](/products/namirialpkiaas/registration-authority/enterprise-documentation/products-and-modules/workflows/overview) — Classic, eIDAS VideoID, External VideoID