Manual email verification

This page provides an overview of the Sign-up API call where the end-user is creating an account by providing their email address and creating a password. Once the Sign-up request is executed the customer must confirm their email address by providing the 6-digit code they received to their email from Coinify.

Use the Verify Email API endpoint as the next step to enable the customer to provide the 6-digit code.

Body Params
string
required

Email address of the customer that's being signed up.

string
required

The password of the user used in combination with the email address to sign in. Can be omitted when using Frictionless Sign-up flow.

string
required
Defaults to 24d17a54-81e6-464b-aba8-30935fc0fd3f

Your unique Coinify Partner ID as provided to you during onboarding.

string
Defaults to individual

Type of the customer's trader account with Coinify. Possible values: 'individual' and 'corporate'. Use 'corporate' when signing up e.g. business clients. Use 'individual' when signing up private customers.

profile
object
required

Object to provide the customer's residence country.

boolean
Defaults to false

If set to 'true', an offline token is created for the new trader and returned in the response with the parameter offlineToken. Used to authenticate your end-users to Coinify Trade service without the need for them provide the email + password. Usually used as a part of the Frictionless Sign-up Flow.

boolean
Defaults to false

Determines whether the customer consents to receive additional marketing emails from Coinify. Should be input by customer.

Responses

Language
Click Try It! to start a request and see the response here! Or choose an example:
application/json