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
Changes
Changed in 2 of the 9 revisions of this API.22
- ▲
the request property
became requiredrequest-property-became-required
- ▲
the request property
became requiredrequest-property-became-required
- ▲
- ○
added the new optional request property
new-optional-request-property
- ○
added the new optional request property
new-optional-request-property
- ○