RegistrationCompleteResponse
Returned after successful email verification or key rotation. Contains your API key.
- apiType: string | null
Key Your API key. Use as a Bearer token in the Authorization header.
- expiresType: stringFormat: date-time
At When your API key expires. You can rotate your key before expiry.
- partnerType: string | null
Id Your unique partner identifier. Used to identify your integration.
- rateType: object ยท RegistrationRateLimits nullable
Limits Rate limit information for your current tier.
- requestsType: integerFormat: int32
Per Day Maximum number of API requests allowed per day.
- requestsType: integerFormat: int32
Per Hour Maximum number of API requests allowed per hour.
- tierType: string | null
Your current tier level.