v1
latestOpenAPI 3.1.02026-07-24170121.2 MBLogin
Used to retrieve authorization information. All parameters can be found in the Payarc portal at https://dashboard.payarc.net/
post/Login
Headers
Acceptstring required
Indicates which content types, expressed as MIME types, the client is able to understand.
Content-Typestring required
Indicates the media type of the resource sent in the HTTP message body. <br /><br /><b>Possible Values:</b><br /> application/json<br />application/x-www-form-urlencoded
Request body
Response
200
Example response
{
"ErrorMessage": "string",
"Terminals": [
{
"Object": "string",
"Id": "string",
"Terminal": "string",
"Type": "string",
"Code": "string",
"Is_enabled": true,
"Device_id": "string",
"Pos_identifier": "string",
"Created_at": "2024-01-18T14:14:27.571Z",
"Updated_at": "2024-01-18T14:14:27.571Z"
}
],
"BearerTokenInfo": {
"TokenType": "string",
"AccessToken": "string",
"RefreshToken": "string"
}
}