This API call allows the partner to check the usage of a single serial number.
Authentication is done using Oauth2 token.
Scope: ROLE_PARTNERS_READ
Request Format
GET v2/partners/<partnerUsername>/serialStatus/<serialNumber>
Input Parameters
The following table provides the input parameters and descriptions.
| Parameter | Description | 
| partnerUsername | String, partner username. | 
Output Parameters
The following table provides the output parameters and descriptions.
| Parameter | Description | ||||||
| data | Integer, data: Array of objects with: 
 | 
Response Example
{
"data": {
"product_id": 94644,
"serial_number": "321321",
"serial_status": 4
}
}
Output Data
Response status: 200 OK
