Skip to main content
GET
Get a PRO credential set
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

GET /pro-credentials/ Description: Fetches a single credential set by id, tenant-scoped. Never returns the credential payload. Authorization:
  • Required role: admin or higher
  • Requires an active publisher addon
Method: GET

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Path Parameters

id
string<uuid>
required

Response

Credential set retrieved

status
string
Example:

"success"

data
object

Serialized row — never includes the credential payload (see the tag description).