List all customers
GET/v2/oem/customers
Retrieves a list of all OEM customers in your partner account with summary information.
Filtering:
- Use the optional
appIdquery parameter to filter customers who have keysets in a specific application - Without filtering, returns all customers across all applications
Request
Example
{
"result": [
{
"id": "string",
"externalId": "string",
"name": "string",
"created": "string",
"updated": "string",
"appCount": 0,
"keysetCount": 0
}
]
}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"
]
}