Listing Counts
GET
/api/listing/counts
const url = 'https://example.com/api/listing/counts';const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://example.com/api/listing/counts \ --header 'Authorization: Bearer <token>'Return aggregate counts for the caller’s media, images, and videos.
Authorizations
Section titled “Authorizations”Responses
Section titled “Responses”Successful Response
Media typeapplication/json
Response Listing Counts Api Listing Counts Get
object
key
additional properties
any
Examplegenerated
{}