Get a single publisher
GET /publishers/{id}
GET /publishers/{id}
Operation
GET
/publishers/{id}
Returns the full publisher record including editable admin fields. Access is limited to HiEnergy admins or the publisher's own account admins.
Operation ID:
getPublisher
·
Tags: Publishers
Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
id
|
path | Yes | string | Publisher id or slug |
Request Body
No request body is defined for this operation.
Responses
Content Types
application/json
{
"description": "Publisher",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"data": {
"$ref": "#/components/schemas/Publisher"
}
},
"required": [
"data"
]
}
}
}
}
{
"$ref": "#/components/responses/Unauthorized"
}
{
"$ref": "#/components/responses/Forbidden"
}
{
"$ref": "#/components/responses/NotFound"
}
API Playground
Run this GET request with your API key, or open it in a new tab. Path uses sample IDs where the OpenAPI path has {parameters}.
Sign in to enable live testing with your API key.
| Action | Method | Endpoint | Description |
|---|---|---|---|
| Get a single publisher | GET |
/api/v1/publishers/1 |
OpenAPI operationId: getPublisher. |
GET /api/v1/publishers/1
OpenAPI
Get a single publisher