Photo feed from campaign
Retrieves photos associated with a specific campaign by its name.
Endpoint
Before creating a campaign, you must complete the authentication flow using the pre-login and login endpoints.
The documentation for the endpoints can be found at Authentication
Request Body
Example Request
Response
Example Response
Error Codes
400
Bad Request - Invalid parameters
401
Unauthorized - Authentication required
403
Forbidden - Insufficient permissions
404
Not Found - Campaign not found
429
Too Many Requests - Rate limit exceeded
500
Internal Server Error
Notes
The
since
parameter is optional and can be used to filter photos by upload datePhotos are returned in chronological order (newest first)
If no photos are found, an empty array will be returned
Error Codes
400
Bad Request - Invalid parameters
401
Unauthorized - Authentication required
403
Forbidden - Insufficient permissions
404
Not Found - Campaign not found
429
Too Many Requests - Rate limit exceeded
500
Internal Server Error
Notes
The request accepts pagination parameters in the request body
Photos are returned in paginated format with a default limit of 20 photos per request
The
thumbnail_url
provides a smaller, optimized version of the photo for preview purposesUse the pagination parameters to iterate through all photos in the campaign
Photos are sorted by creation date (newest first) by default
The response includes metadata about each photo's dimensions and file format
The
thumbnail_url
provides a smaller, optimized version of the photo for preview purposesUse the pagination parameters to iterate through all photos in the campaign
Photos are sorted by creation date (newest first) by default
The response includes metadata about each photo's dimensions and file format
Last updated