POST
/
signup
curl --request POST \
  --url https://use.hoop.dev/api/signup \
  --header 'Content-Type: application/json' \
  --data '{
  "org_name": "<string>",
  "profile_name": "<string>",
  "profile_picture": "<string>"
}'
{
  "org_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "org_name": "<string>",
  "profile_name": "<string>",
  "profile_picture": "<string>"
}

Body

application/json
The request body resource
org_name
string
required

Name of the organization

Required string length: 2 - 100
profile_name
string

Display name of the user

Maximum length: 255
profile_picture
string

Link containing the picture to display

Maximum length: 2048

Response

200
application/json
OK
org_name
string
required

Name of the organization

Required string length: 2 - 100
org_id
string

Organization ID

profile_name
string

Display name of the user

Maximum length: 255
profile_picture
string

Link containing the picture to display

Maximum length: 2048