List keysets for customer
GET/v2/oem/keysets
Retrieves all keysets assigned to a specific OEM customer.
Optional filtering:
appId: Filter results to show only keysets within a specific application
Request
Example
{
"result": [
{
"id": 0,
"assignedAt": "string"
}
]
}Example
{
"statusCode": 0,
"error": "BadRequest",
"message": [
"string"
]
}Example
{
"statusCode": 0,
"error": "Unauthorized",
"message": [
"string"
]
}Example
{
"statusCode": 0,
"error": "Forbidden",
"message": [
"string"
]
}Example
{
"statusCode": 0,
"error": "InternalError",
"message": [
"string"
]
}