Posters
Get Poster
Retrieve detailed information about a specific poster placement
GET
Retrieve detailed information about a specific poster placement by its unique ID. Use this endpoint to fetch complete poster details including QR code URL, location, and associated metadata.
Overview
The Get Poster endpoint returns comprehensive information about a single poster placement. This is useful for:- Displaying poster details in dashboards
- Viewing QR code information
- Checking poster placement details
- Building poster detail pages
- Linking posters to impressions and referrals
Authentication
This endpoint requires authentication using a Bearer token in the Authorization header:Path Parameters
The unique identifier of the poster you want to retrieve. This ID is returned when you list posters or create a new poster.Example:
poster_123abcRequest Example
Response
The API returns a detailed poster object:Unique identifier for the poster.
ID of the program this poster belongs to.
ID of the student ambassador who placed this poster.
URL to the QR code image for this poster. Use this URL to display or download the QR code.
Physical location where the poster was placed, if provided.
ISO 8601 timestamp of when the poster was created.
ISO 8601 timestamp of when the poster was last updated.
Additional metadata about the poster placement, such as poster type, placement date, or custom fields.
Response Example
Error Responses
Unauthorized - Invalid or missing API key
Not Found - The poster with the specified ID does not exist
Use Cases
Displaying Poster Details
Fetch poster information to display in a detail view:Downloading QR Code
Get the QR code URL and download it:Building Poster Detail Component
Create a React component to display poster details:Best Practices
- Cache poster data - Poster information doesn’t change frequently
- Handle 404 errors - Always check if the poster exists
- Use QR code URLs - The QR code URL can be used directly in img tags or downloaded
- Track locations - Use the location field to organize posters geographically
- Link to impressions - Use poster IDs to filter impressions and track scan rates