Account and subscription
Complete sign-up: POST /signup/complete
With the code and the user's consent (acceptTerms: true) it creates the account and shows a full workspace key (psty_sa_) once. There is no free trial; the next step is checkout. 409 if the address already has an account.
Path
Method and path
POSThttps://api.posty.hu/public/v1/signup/complete
Authorization
No scope required.
operationId
completeSignupWith the code and the user's consent (acceptTerms: true), it creates the account and shows a full workspace key (psty_sa_) once. If an account already exists for the address, it answers with 409.
A workspace created this way has no free trial. The next step is the checkout.
Related
- Authentication: API key and scopes.
- Errors and limits: error responses and rate limits.
- All endpoints: full list.
Is something missing from this page? Email [email protected] or use the form on the Help page.