RegistrationRequest

Request to register for self-service API access.

  • agreedToTerms
    Type: boolean
    required

    Must be true. Confirms you have read and agree to the API Terms of Service.

  • contactEmail
    Type: string
    max length:  
    255
    Format: email
    required

    Your contact email address. Used for verification and account recovery.

  • displayName
    Type: string
    max length:  
    200
    required

    Your name or the name that will appear on your integration.

  • intendedUse
    Type: string | null
    max length:  
    1000

    Brief description of how you plan to use the API (optional).

  • organizationName
    Type: string | null
    max length:  
    200

    Your company or organization name. Used to generate your partner ID slug.

  • websiteUrl
    Type: string | null
    max length:  
    500

    Your company website URL (optional).