Auth
Generate and return a new token for the given gateway account ID.
post/v1/frontend/auth
Request body
Example request
{
"account_id": "1",
"created_by": "test@example.org",
"description": "Token description",
"service_external_id": "cd1b871207a94a7fa157dee678146acd",
"service_mode": "LIVE",
"token_account_type": "LIVE",
"token_type": "CARD",
"type": "API"
}Response
OK
string required