RegScale REST API
The RegScale REST API is the primary programmable surface of the RegScale platform. It is served from each customer's own RegScale tenant under the /api path, authenticated with a JSON Web Token obtained from /api/authentication/login or with a long-lived Personal Access Token issued to a Service Account. Resources follow a module/record model (security plans, controls, control implementations, assessments, issues, POA&Ms, assets, catalogues, profiles, components, workflows) and are related to one another through the ParentId + ParentModule convention.