Skip to main content
POST
/
admin
/
userSignUp
Send Sign Up request
curl --request POST \
  --url https://api.qovery.com/admin/userSignUp \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "first_name": "<string>",
  "last_name": "<string>",
  "user_email": "<string>",
  "type_of_use": "PERSONAL",
  "qovery_usage": "<string>",
  "company_name": "<string>",
  "company_size": "1-10",
  "user_role": "<string>",
  "qovery_usage_other": "<string>",
  "user_questions": "<string>",
  "current_step": "<string>",
  "dx_auth": true,
  "infrastructure_hosting": "<string>"
}'

Authorizations

Authorization
string
header
required

Token API are generated by Qovery to manage machine to machine interaction and do not have a TTL. Prefix your token with "Token ". Curl Example: curl https://console.qovery.com/organization -H "Authorization: Token $qovery_token"

Body

application/json
first_name
string
required
last_name
string
required
user_email
string
required
type_of_use
enum<string>
required
Available options:
PERSONAL,
SCHOOL,
WORK
qovery_usage
string
required
company_name
string | null
company_size
enum<string>
Available options:
1-10,
11-50,
51-200,
201-500,
500+
user_role
string | null
qovery_usage_other
string | null
user_questions
string | null
current_step
string | null
dx_auth
boolean | null
infrastructure_hosting
string | null

Response

Sign up request stored