RegistrationCompleteResponse

Returned after successful email verification or key rotation. Contains your API key.

  • apiKey
    Type: string | null

    Your API key. Use as a Bearer token in the Authorization header.

  • expiresAt
    Type: stringFormat: date-time

    When your API key expires. You can rotate your key before expiry.

  • partnerId
    Type: string | null

    Your unique partner identifier. Used to identify your integration.

  • rateLimits
    Type: object ยท RegistrationRateLimits nullable

    Rate limit information for your current tier.

    • requestsPerDay
      Type: integerFormat: int32

      Maximum number of API requests allowed per day.

    • requestsPerHour
      Type: integerFormat: int32

      Maximum number of API requests allowed per hour.

  • tier
    Type: string | null

    Your current tier level.