Skip to main content
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

string
required
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_123abc

Request Example

Response

The API returns a detailed poster object:
string
required
Unique identifier for the poster.
string
required
ID of the program this poster belongs to.
string
required
ID of the student ambassador who placed this poster.
string
required
URL to the QR code image for this poster. Use this URL to display or download the QR code.
string
Physical location where the poster was placed, if provided.
string
required
ISO 8601 timestamp of when the poster was created.
string
ISO 8601 timestamp of when the poster was last updated.
object
Additional metadata about the poster placement, such as poster type, placement date, or custom fields.

Response Example

Error Responses

object
Unauthorized - Invalid or missing API key
object
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

  1. Cache poster data - Poster information doesn’t change frequently
  2. Handle 404 errors - Always check if the poster exists
  3. Use QR code URLs - The QR code URL can be used directly in img tags or downloaded
  4. Track locations - Use the location field to organize posters geographically
  5. Link to impressions - Use poster IDs to filter impressions and track scan rates

Rate Limits

This endpoint is subject to rate limiting. Check response headers for rate limit information.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Poster ID

Response

Poster details

The response is of type object.