Skip to content

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 Markdown

What 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

NameLocationTypeRequiredDescriptionConstraints
relationshipIdpathstring (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 statusDescription
401Application assertion is invalid
403Partner capability is not granted
404Managed Account was not found
422Relationship ID is invalid
429Rate limit exceeded
500Unexpected error

Integration guidance

Guides for integrating CloudPrint, connecting the local agent and operating print workflows.