POST
/
auth
curl --request POST \
  --url https://protocol-sandbox.lumx.io/v1/auth \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "otp": "<string>"
}'
{
  "apiKey": "<string>"
}

Body

application/json
name
string
required

The name of your organization, for identification purposes. Must be unique.

otp
string

The one-time-password provided to you by Lumx (only for production environments).

Response

201 - application/json
apiKey
string