Retraced Guides API

The Guides API from Retraced — 8 operation(s) for guides.

Operations 8

GET /api/v2/guides
GET /api/v2/guides/products
GET /api/v2/guides/lca-provider
GET /api/v2/guides/dpp-label-provider
GET /api/v2/guides/bom
GET /api/v2/guides/materials
GET /api/v2/guides/file-upload
GET /api/v2/guides/order-hub

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/retraced-guides-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

retraced-guides-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Public API Reference Certificates Guides API
  description: 'The retraced API comprises all publicly enabled options to make

    machine-to-machine changes in the retraced platform. The retraced dashboard uses the

    same endpoints, but also in addition more. If you wish to use the API of the dashboard,

    it is possible but not versioned cleanly like the public API.


    ## Authentication


    The authentication procedure is passwordless and uses an API key in the header. To get

    an API key log into the Retraced Platform and navigate to **Developers HQ > API Keys**

    then click **Create**. Be sure to copy the key somewhere safe, as you won''t be able to

    view it again. If you don''t see Developers HQ in the sidebar contact your Customer

    Success Manager to enable this for you. You can now set the key directly in request

    headers. To authenticate using an API key, set the header key `companyapikey` to the

    value of your API key.


    ## Getting Started


    Retraced has 2 environments against which you can send your requests and receive the

    expected response: staging (for development and testing) and production. Your API key

    is scoped for both environments. The staging Base URL is

    https://publicapi.staging.retraced.com. Staging copies production data once daily, and

    all changes made on staging will be deleted.


    Find detailed guides on how to use the endpoints and how we recommend building an

    integration given your use case in our

    [guides](https://publicapi.retraced.com/api/v2/guides). A history of public API

    changes is available in the

    [release notes](https://publicapi.retraced.com/api/v2/release-notes).'
  version: 2.938.1
servers: []
tags:
- name: Guides
paths:
  /api/v2/guides:
    get:
      responses:
        '200':
          description: Default Response
      tags:
      - Guides
  /api/v2/guides/products:
    get:
      responses:
        '200':
          description: Default Response
      tags:
      - Guides
  /api/v2/guides/lca-provider:
    get:
      responses:
        '200':
          description: Default Response
      tags:
      - Guides
  /api/v2/guides/dpp-label-provider:
    get:
      responses:
        '200':
          description: Default Response
      tags:
      - Guides
  /api/v2/guides/bom:
    get:
      responses:
        '200':
          description: Default Response
      tags:
      - Guides
  /api/v2/guides/materials:
    get:
      responses:
        '200':
          description: Default Response
      tags:
      - Guides
  /api/v2/guides/file-upload:
    get:
      responses:
        '200':
          description: Default Response
      tags:
      - Guides
  /api/v2/guides/order-hub:
    get:
      responses:
        '200':
          description: Default Response
      tags:
      - Guides