ANDPAD API

ANDPAD's external REST API for integrating partner services with the ANDPAD construction management platform via the ANDPAD App Market. Served from api.andpad.jp with a versioned /v1 base path, JSON responses, and OAuth-based partner authorization. Responses use a {"data": {...}} envelope and carry an x-request-id header for tracing.

API entry from apis.yml

apis.yml Raw ↑
name: ANDPAD API
description: 'ANDPAD''s external REST API for integrating partner services with the ANDPAD construction
  management platform via the ANDPAD App Market. Served from api.andpad.jp with a versioned /v1 base path,
  JSON responses, and OAuth-based partner authorization. Responses use a {"data": {...}} envelope and
  carry an x-request-id header for tracing.'
humanURL: https://developer.andpad.jp/
baseURL: https://api.andpad.jp/v1
tags:
- Construction
- Project Management
- REST
properties:
- url: https://developer.andpad.jp/
  type: DeveloperPortal
- url: https://developer.andpad.jp/docs
  type: Documentation
- url: https://developer.andpad.jp/reference
  type: APIReference
- url: conventions/andpad-conventions.yml
  type: Conventions
- url: errors/andpad-problem-types.yml
  type: ErrorCatalog