logo
API CredentialsConfirm API key issuance

Confirm API key issuance

curl -X POST "https://mail.haltman.io/api/credentials/confirm" \
  -H "Content-Type: application/json" \
  -d '{
  "token": "example_string"
}'
{
  "ok": true,
  "action": "api_credentials_confirm",
  "confirmed": true,
  "email": "user@example.com",
  "token": "example_string",
  "token_type": "api_key",
  "expires_in_days": 42
}
POST
/api/credentials/confirm
POST
Content-Typestring
Required

The media type of the request body

Options: application/json
Request Preview
Response

Response will appear here after sending the request

Body

application/json

Responses

okboolean
Required
actionstring
Required
Allowed values:api_credentials_confirm
confirmedboolean
Required
emailstring
Required
tokenstring
Required
token_typestring
Required
Allowed values:api_key
expires_in_daysinteger