Skip to main content
POST
/
v1
/
signup
Register a new developer account
curl --request POST \
  --url https://grantex-auth-dd4mtrt2gq-uc.a.run.app/v1/signup \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "email": "jsmith@example.com"
}
'
{
  "developerId": "<string>",
  "apiKey": "<string>",
  "name": "<string>",
  "email": "<string>",
  "mode": "live",
  "createdAt": "2023-11-07T05:31:56Z"
}

Body

application/json
name
string
required

Developer or organization name

email
string<email>

Response

Developer account created

developerId
string
apiKey
string
name
string
email
string
mode
enum<string>
Available options:
live,
sandbox
createdAt
string<date-time>