Confirm Agent Auth Code

Verifies email code and returns a newly minted API key.

Request

This endpoint expects an object.
emailstringRequiredformat: "email"
Email address associated with the verification code.
codestringRequired
Verification code sent to the email address.

Response

Verification successful and API key created.
api_keystring
Newly created API key secret for agent usage.

Errors