show
GET
/api/v1/accounts/:account_id/posters/:id
Show a poster
Returns a single poster by ID, including generated signup and display URLs.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
account_id
|
Must be a number. | Required |
Store (account) ID |
id
|
Must be a number. | Required |
Poster ID |
Error Codes
| Code | Description |
|---|---|
401
|
Unauthorized – invalid or missing API token |
404
|
Store or poster not found |