Micro-Namespace required | string |
SignupCompleteSignupRequest
string | |
namespace | string Which namespace to sign up to based on previous invite |
paymentMethodID | string This payment method ID is the one we got back from Stripe on the frontend (ie. |
secret | string The secret/password to use for the account |
token | string The token has to be passed here too for identification purposes. |
{- "email": "string",
- "namespace": "string",
- "paymentMethodID": "string",
- "secret": "string",
- "token": "string"
}
{- "authToken": {
- "accessToken": "string",
- "created": 0,
- "expiry": 0,
- "refreshToken": "string"
}, - "namespace": "string"
}
Micro-Namespace required | string |
SignupHasPaymentMethodRequest
token | string We can't read by email because that would be too easy to guess. The token is already used for identification purposes during the signup so we will use that too to pull for the payment method. |
{- "token": "string"
}
{- "has": true
}
Micro-Namespace required | string |
SignupRecoverRequest
string |
{- "email": "string"
}
{ }
Micro-Namespace required | string |
SignupSendVerificationEmailRequest
string |
{- "email": "string"
}
{ }
Micro-Namespace required | string |
SignupSetPaymentMethodRequest
string | |
paymentMethod | string |
{- "email": "string",
- "paymentMethod": "string"
}
{ }
Micro-Namespace required | string |
SignupVerifyRequest
string | |
token | string Email token that was received in an email. |
{- "email": "string",
- "token": "string"
}
{- "authToken": {
- "accessToken": "string",
- "created": 0,
- "expiry": 0,
- "refreshToken": "string"
}, - "customerID": "string",
- "message": "string",
- "namespace": "string",
- "namespaces": [
- "string"
], - "paymentRequired": true
}