Get an API key
Use this route to obtain an API key. In production environments, you will need a one time password in order to get a key.
POST
/
auth
Body
application/json
name
string
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
Was this page helpful?