Osano Config API

The Config API from Osano — 1 operation(s) for config.

Operations 1

GET /v2/config Get config #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/osano-config-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

osano-config-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Unified Consent Core Config API
  description: '> **📍 Regional Distribution**

    > The UC Core API is regionally distributed.'
  version: 2.0.0
servers:
- url: https://uc.api.osano.com
security:
- ucApiKey: []
tags:
- name: Config
paths:
  /v2/config:
    get:
      description: Retrieves a UC config
      responses:
        '200':
          description: The UC config
          content:
            application/json:
              schema:
                type: object
                $ref: '#/components/schemas/def-20'
                description: The UC config
      tags:
      - Config
      summary: Get config
      x-summary-source: derived
      operationId: getV2Config
      x-operation-id-source: derived
components:
  schemas:
    def-17:
      type: object
      properties:
        manualTitle:
          type: string
        manualAgreeLabel:
          type: string
        manualDropdownPlaceholder:
          type: string
        manualDropdownLabel:
          type: string
        confirmationTitle:
          type: string
        confirmationDescriptionKnown:
          type: string
        confirmationDescriptionUnknown:
          type: string
        confirmationDropdownPlaceholder:
          type: string
        confirmationDropdownLabel:
          type: string
        confirmationAgreeLabel:
          type: string
      title: geolocation-modal
    def-18:
      type: object
      properties:
        title:
          type: string
        route:
          type: string
        key:
          type: string
      title: navigation-item
    def-10:
      type: object
      properties:
        title:
          type: string
        description:
          type: string
        continueAnonymouslyButton:
          type: string
        signUpButton:
          type: string
        verificationFactorInputTitle:
          type: string
        verificationFactorInputDescription:
          type: string
        emailSelector:
          type: string
        phoneSelector:
          type: string
        emailInputPlaceholder:
          type: string
        verificationFactorInputSubmitButton:
          type: string
      title: welcome-page
    def-13:
      type: object
      properties:
        title:
          type: string
        submitButton:
          type: string
        modalTitle:
          type: string
        modalDescription:
          type: string
        modalCloseButton:
          type: string
        modalNextButton:
          type: string
        modalNextDescription:
          type: string
        noConsentsTitle:
          type: string
        noConsentsDescription:
          type: string
        verificationFactorInputDescription:
          type: string
        emailInputLabel:
          type: string
        emailInputPlaceholder:
          type: string
        verificationFactorInputSubmitButton:
          type: string
        emailSelector:
          type: string
        phoneSelector:
          type: string
      title: consents-page
    def-7:
      type: object
      properties:
        connection:
          type: object
          properties:
            label:
              type: string
            value:
              type: string
        operation:
          type: object
          properties:
            label:
              type: string
            value:
              type: string
        additionalFields:
          type: boolean
        fields:
          type: object
        protocolValue:
          type: array
          items:
            type: string
      title: uc-integration
    def-19:
      type: object
      properties:
        title:
          type: string
        locale:
          type: string
        gpcBanner:
          type: boolean
        gpcBannerEnabledText:
          type: string
        gpcBannerDisabledText:
          type: string
        welcomeBackTitle:
          type: string
        welcomeBackDescription:
          type: string
        signOutLink:
          type: string
        welcomePage:
          $ref: '#/components/schemas/def-10'
        signUpPage:
          $ref: '#/components/schemas/def-12'
        consentsPage:
          $ref: '#/components/schemas/def-13'
        preferencesPage:
          $ref: '#/components/schemas/def-14'
        validationModal:
          $ref: '#/components/schemas/def-15'
        smsValidationModal:
          $ref: '#/components/schemas/def-16'
        geolocationModal:
          $ref: '#/components/schemas/def-17'
        navigationItems:
          type: array
          items:
            $ref: '#/components/schemas/def-18'
      title: cui-text-customization
    def-20:
      type: object
      properties:
        configId:
          type: string
        customerId:
          type: string
        name:
          type: string
        domains:
          type: array
          items:
            type: string
        privacyPolicyUrl:
          type: string
        privacyPolicyVersion:
          type: integer
        processingTime:
          type: integer
        processingUnit:
          type: string
        privacyProtocols:
          type: array
          items:
            $ref: '#/components/schemas/def-8'
        jurisdictionLookup:
          type: string
        homepageUrl:
          type: string
        created:
          type: string
        updated:
          type: string
        helpUrl:
          type: string
        frameworks:
          type: array
          items:
            type: string
        headings:
          $ref: '#/components/schemas/def-9'
        paragraphs:
          $ref: '#/components/schemas/def-9'
        links:
          $ref: '#/components/schemas/def-9'
        primaryButtons:
          $ref: '#/components/schemas/def-9'
        secondaryButtons:
          $ref: '#/components/schemas/def-9'
        gpcSignalBanner:
          $ref: '#/components/schemas/def-9'
        pageBackground:
          type: string
        published:
          type: string
        unpublishedPageId:
          type: integer
        publishedPageId:
          type: integer
        welcomePageEnabled:
          type: boolean
        smsVerificationEnabled:
          type: boolean
        cuiTextCustomizations:
          type: array
          items:
            $ref: '#/components/schemas/def-19'
      title: uc-config
    def-16:
      type: object
      properties:
        title:
          type: string
        description:
          type: string
        disclaimer:
          type: string
        inputLabel:
          type: string
        inputPlaceholder:
          type: string
        submitButton:
          type: string
        cancelButton:
          type: string
      title: sms-validation-modal
    def-14:
      type: object
      properties:
        title:
          type: string
        submitButton:
          type: string
        modalTitle:
          type: string
        modalDescription:
          type: string
        modalCloseButton:
          type: string
        modalNextButton:
          type: string
        modalNextDescription:
          type: string
        submitButtonDisabledDescription:
          type: string
        verificationFactorInputDescription:
          type: string
        emailInputLabel:
          type: string
        emailInputPlaceholder:
          type: string
        verificationFactorInputSubmitButton:
          type: string
        emailSelector:
          type: string
        phoneSelector:
          type: string
      title: preferences-page
    def-9:
      type: object
      properties:
        fontFamily:
          type: string
        color:
          type: string
        backgroundColor:
          type: string
      title: config-typography
    def-11:
      type: object
      properties:
        target:
          type: string
        label:
          type: string
        placeholder:
          type: string
        validationRegex:
          type: string
        fieldType:
          type: string
        errorMessage:
          type: string
      title: profile-field
    def-8:
      type: object
      properties:
        privacyProtocolId:
          type: string
        name:
          type: string
        type:
          type: string
        integrations:
          type: array
          items:
            $ref: '#/components/schemas/def-7'
        enabled:
          type: boolean
        trigger:
          type: string
      title: privacy-protocol
    def-15:
      type: object
      properties:
        title:
          type: string
        description:
          type: string
        disclaimer:
          type: string
        inputLabel:
          type: string
        inputPlaceholder:
          type: string
        submitButton:
          type: string
        cancelButton:
          type: string
      title: validation-modal
    def-12:
      type: object
      properties:
        title:
          type: string
        description:
          type: string
        cancelButton:
          type: string
        submitButton:
          type: string
        emailInputLabel:
          type: string
        emailInputRequiredText:
          type: string
        emailInputPlaceholder:
          type: string
        backButton:
          type: string
        profileFields:
          type: array
          items:
            $ref: '#/components/schemas/def-11'
        emailSelector:
          type: string
        phoneSelector:
          type: string
        phoneInputLabel:
          type: string
      title: sign-up-page
  securitySchemes:
    ucApiKey:
      description: Unified Consent API key
      type: apiKey
      name: x-uc-api-key
      in: header
    osanoApiKey:
      description: Osano API key
      type: apiKey
      name: x-osano-api-key
      in: header