For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Get a demo
  • Introduction
    • Welcome
    • SDK
  • API Principles
    • Design Principles
    • Endpoint Availability
    • Versioning & Releases
    • Breaking Changes
    • Conventions
  • Developer API
  • Marketplace API
  • Platform API
      • GETGet Onboarding Status
      • GETGet Auth Integration Config
      • PUTPut Auth Integration Config
      • POSTTest Auth Integration
      • POSTComplete Onboarding
Get a demo
LogoLogo
Platform APIOnboarding

Complete Onboarding

Beta
POST
/platform/onboarding/v1/complete
POST
/platform/onboarding/v1/complete
$curl -X POST https://api.upshift.dev/platform/onboarding/v1/complete \
> -H "Authorization: Bearer <token>" \
> -H "Content-Type: application/json" \
> -d '{}'
Was this page helpful?
Previous

Get Signing Secret

Next
Built with

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.

Errors

422
Auth Integration Not Configured Error