Get customer by keyset
GET/v2/oem/keysets/:keysetId/customer
Returns the owner of a specific keyset. Useful when you have a keyset ID and need to identify the associated customer.
Request
Example
{
"result": {
"id": "string",
"externalId": "string",
"name": "string",
"created": "string",
"updated": "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": "NotFound",
"message": [
"string"
]
}Example
{
"statusCode": 0,
"error": "InternalError",
"message": [
"string"
]
}