Get one managed customer account
Retrieve one managed customer directly by its stable relationship ID.
GET
/partner-api/v1/accounts/{relationshipId}API version: v1operationId: getPartnerManagedAccountView as MarkdownWhat this endpoint does
Retrieve one managed customer directly by its stable relationship ID.
Authentication
Send a one-time RS256 Developer Application assertion in Authorization: Bearer <application_assertion>. This assertion is not a Public API access token.
Request
Production base URL: https://public-api.cloudprint.me/partner-api/v1/accounts/{relationshipId}
Parameters
| Name | Location | Type | Required | Description | Constraints |
|---|---|---|---|---|---|
relationshipId | path | string (uuid) | yes | — | — |
Request body
This endpoint has no request body.
Example requests
cURL
bash
curl -sS "https://public-api.cloudprint.me/partner-api/v1/accounts/$RELATIONSHIP_ID" \
-H "Authorization: Bearer $APPLICATION_ASSERTION"Response
HTTP status: 200 — Managed Account
Response fields
any — —
Example response
json
"string"Errors
| HTTP status | Description |
|---|---|
401 | Application assertion is invalid |
403 | Partner capability is not granted |
404 | Managed Account was not found |
422 | Relationship ID is invalid |
429 | Rate limit exceeded |
500 | Unexpected error |
Integration guidance
Related documentation
List managed customer accountsList customer accounts provisioned by the authenticated partner application, including agent and printer health.Provision and manage customer accountsAuthenticate Partner API requests, provision managed customer accounts and control their lifecycle safely.List managed customer AgentsList every Agent connected to one managed customer, including revoked Agents.