API Reference
Reference for our API
Retrieves published listing batches for the authenticated user’s company.
cURL
curl --request GET \ --url https://api.seminode.com/v1/me/listings/batch \ --header 'Authorization: <api-key>'
[ { "batch_count": 123, "batch_id": "<string>", "company_id": "<string>", "created_at": "<string>", "name": "<string>", "publish_public_key": "<string>", "publish_urls": [ "<string>" ], "upload_public_key": "<string>" } ]
Format: "Bearer <access_token>"
Successfully retrieved listing batches
The response is of type object[].
object[]