Skip to main content
POST
/
api
/
v1
/
agent
/
sign-up
Agent Sign Up
curl --request POST \
  --url https://api.openfunnel.dev/api/v1/agent/sign-up \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "jsmith@example.com"
}
'
{
  "email": "<string>",
  "message": "<string>"
}

Body

application/json
email
string<email>
required

Email address to send the verification code to

Response

Successful Response

email
string
required
message
string
required