Skip to main content
POST
Get partner org MSP profile

Authorizations

x-auth-apikey
string
header
required

Your Rhombus API key. Must be accompanied by the x-auth-scheme header set to api-token (or partner-api-token for partner endpoints).

Headers

x-auth-scheme
enum<string>
default:partner-api-token
required

Authentication scheme identifier. Use api-token for standard API key authentication, partner-api-token for partner API key authentication. Must be paired with the x-auth-apikey header containing your API key.

Available options:
api-token,
api,
partner-api-token,
partner-api

Body

application/json

Request for the calling partner org's MSP profile (no fields).

Response

200 - application/json

OK

The calling partner org's MSP profile.

error
boolean | null
errorMsg
string | null
functionalityList
enum<string>[] | null

Partner functionalities of the calling role.

Available options:
CREATE_CLIENT,
DELETE_CLIENT,
DEAL_ADMINISTRATION,
REMOTE_REGISTER_DEVICE,
ORG_ADMINISTRATION,
AUTH_ADMINISTRATION,
DOOR_ACCESS_ADMINISTRATION,
USER_ADMINISTRATION,
REPORT_ADMINISTRATION,
NOTIFICATION_ADMINISTRATION,
LICENSE_ADMINISTRATION,
RECEIVE_EMAILS,
API_ADMINISTRATION,
INTEGRATION_ADMINISTRATION,
DATA_EXFILTRATION,
MSP_ADMINISTRATION,
CLIP_MANAGEMENT,
UNKNOWN
msp
boolean | null

True only when the partner's MSP designation is ACTIVE and its signature verifies.

mspSince
integer<int64> | null
int64

Epoch millis the designation was signed, when msp is true.

mspStatus
string | null

NONE, PENDING_APPROVAL, ACTIVE or REVOKED (never trusted alone; see msp).

warningMsg
string | null
Last modified on September 22, 2026