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
      • POSTRegister
      • GETGet Registration
  • Marketplace API
  • Platform API
Get a demo
LogoLogo
Developer APIOnboarding

Register

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

Get Registration

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

409
Already Registered Error