How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Credo AI Questionnaires API

Operations related to questionnaires and their versions

Credo AI Questionnaires API is one of 40 APIs that Credo AI publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Questionnaires. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, a getting-started guide, and authentication docs.

This API exposes 13 operations across 7 paths, and defines 17 schemas. It is described by OpenAPI 3.2.0.

Requests are made against a single base URL, /api/v2/credoai.

13 operations 7 paths 17 schemas 2 DELETE6 GET2 PATCH3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
Base URL
https://api.credo.ai/api/v2/{tenant}
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Credo AI Questionnaires API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (Bearer).

Paths & Operations 13

Across 7 paths, the API surfaces 13 operations — 2 DELETE, 6 GET, 2 PATCH, 3 POST. Each is listed below with its method, path, parameters, and response codes.

questionnaires 13

Operations related to questionnaires and their versions

POST
/questionnaires/{id}/duplicate
Creates a duplicate of the specified questionnaire, initializing a new custom questionnaire with version 1.
CredoAIWeb.API.V2.QuestionnaireController.duplicate 1 param body → 201401403404
GET
/questionnaires/{id}
Fetches the details of a specific published questionnaire identified by its ID.
CredoAIWeb.API.V2.QuestionnaireController.show 1 param → 200401404
DELETE
/questionnaire_versions/{id}
Deletes a specific version of a questionnaire identified by its ID.
CredoAIWeb.API.V2.Questionnaire.VersionController.delete 1 param → 204401403404
GET
/questionnaire_versions/{id}
Retrieves the details of a specific version of a questionnaire by its ID. By default, sections are excluded. Use ?expand=sections to include them.
CredoAIWeb.API.V2.Questionnaire.VersionController.show 2 params → 200401404
PATCH
/questionnaire_versions/{id}
Updates the details of a specific questionnaire version identified by its ID.
CredoAIWeb.API.V2.Questionnaire.VersionController.update 1 param body → 200401403404
DELETE
/questionnaire_bases/{id}
Deletes a specific questionnaire base identified by its ID from the system.
CredoAIWeb.API.V2.Questionnaire.BaseController.delete 1 param → 204401403404
GET
/questionnaire_bases/{id}
Fetches the details of a specific questionnaire base identified by its ID.
CredoAIWeb.API.V2.Questionnaire.BaseController.show 1 param → 200401404
PATCH
/questionnaire_bases/{id}
Updates an existing questionnaire base identified by its ID with the provided attributes.
CredoAIWeb.API.V2.Questionnaire.BaseController.update 1 param body → 200401403404
GET
/questionnaire_bases/{id}/versions
Retrieves a list of all versions associated with a specific questionnaire base. By default, sections are excluded. Use ?expand=sections to include them.
CredoAIWeb.API.V2.Questionnaire.VersionController.index 2 params → 200401
POST
/questionnaire_bases/{id}/versions
Creates a new version for the specified questionnaire base, using the provided attributes.
CredoAIWeb.API.V2.Questionnaire.VersionController.create 1 param body → 201401403
GET
/questionnaire_bases
Retrieves a list of all questionnaire bases.
CredoAIWeb.API.V2.Questionnaire.BaseController.index → 200401
POST
/questionnaire_bases
Creates a new questionnaire base with the provided attributes.
CredoAIWeb.API.V2.Questionnaire.BaseController.create body → 201401403
GET
/questionnaires
Retrieves a list of the latest versions of published questionnaires.
CredoAIWeb.API.V2.QuestionnaireController.index 2 params → 200401

Schemas 17

The contract defines 17 schemas that model the data the API accepts and returns. The most detailed are QuestionnaireVersionResource (4 properties), QuestionnaireResource (4 properties), QuestionnaireBaseResource (4 properties), QuestionnaireResponse (2 properties). Each schema is shown below with its type and property counts.

QuestionnaireBasesResponse
object
A collection of [QuestionnaireBaseResource](questionnairebaseresource)
1 property 1 required
QuestionnaireBaseResource
object
4 properties
QuestionnaireBaseUpdateRequest
object
1 property
QuestionnairesResponse
object
A collection of [QuestionnaireResource](questionnaireresource)
1 property 1 required
QuestionnaireVersionCreateRequest
object
1 property
QuestionnaireResponse
object
A JSON-API document with a single [QuestionnaireResource](questionnaireresource) resource
2 properties 1 required
AuthError
object
1 property
QuestionnaireBaseCreateRequest
object
1 property
QuestionnaireResource
object
4 properties
QuestionnaireDuplicateRequest
object
1 property
QuestionnaireVersionResource
object
4 properties
QuestionnaireVersionResponse
object
A JSON-API document with a single [QuestionnaireVersionResource](questionnaireversionresource) resource
2 properties 1 required
QuestionnaireBaseResponse
object
A JSON-API document with a single [QuestionnaireBaseResource](questionnairebaseresource) resource
2 properties 1 required
ForbiddenError
object
1 property
QuestionnaireVersionUpdateRequest
object
1 property
NotFoundError
object
1 property
QuestionnaireVersionsResponse
object
A collection of [QuestionnaireVersionResource](questionnaireversionresource)
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

credo-ai-questionnaires-api-openapi.yml Raw ↑

Other APIs Credo AI publishes across the network.

Credo AI Governance Intelligence Pro MCP Server
Credo AI Alerts API
Credo AI Audit Logs API
Credo AI Comment Threads API
Credo AI Entities API
Credo AI Entity Control Assignments API
Credo AI Entity Controls API
Credo AI Entity Evidences API
Credo AI Entity Policy Packs API
Credo AI Entity Risk Scenario Controls API
Credo AI Entity Risk Scenarios API
Credo AI Entity Section Assignments API
Where this information came from

This is an independent, third-party profile of Credo AI Questionnaires API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.