---
title: "Complete sign-up: POST /signup/complete | Posty Docs"
description: "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."
canonical: https://posty.hu/en/docs/api/endpoints/complete-signup
source: https://posty.hu/en/docs/api/endpoints/complete-signup.md
---

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

`completeSignup`

With 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](https://posty.hu/en/docs/api/authentication): API key and scopes.
- [Errors and limits](https://posty.hu/en/docs/api/errors): error responses and rate limits.
- [All endpoints](https://posty.hu/en/docs/api/endpoints): full list.

Documentation pages

Is something missing from this page? Email [norbert@posty.hu](mailto:norbert@posty.hu) or use the form on the [Help](https://posty.hu/en/help) page.
