api.mytop.digital Open in urlscan Pro
54.225.169.199  Public Scan

URL: https://api.mytop.digital/
Submission: On December 17 via api from US — Scanned from CA

Form analysis 0 forms found in the DOM

Text Content

Sorry, we need js to run correctly!
Abc Corp

 * Listings API
   * Retrieve listingsGET
   * Get duplicate listings for locationGET
   * Duplicate Listings RollupGET
   * Mark as duplicatePOST
   * Mark as not duplicatePOST
   * Test Get usersGET
 * Grid Rank
   * Create Grid ReportPOST
 * Interactions
   * interactionsGET
 * Subcategories
   * Fetch supported subcategoriesGET

Powered by Apidog

 1. Listings API


RETRIEVE LISTINGS

GETapi.mytop.digital/api/v4/locations/TG9jYXRpb246NzAzNTY1/listings/premium
Try it outRun in Apidog

This endpoint retrieves premium listings for a specified location.

The location is identified by a unique ID included in the URL path.

Authorization Required: This endpoint requires an API key.

Location ID: Use a valid location ID in the path.

API Key: Pass API key as Bearer token in Authorization header.


REQUEST

Header Params
Generate Code
Authorization
string 

required

Your API key for authentication. Use the format:

Authorization: Bearer 


REQUEST SAMPLES

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R





RESPONSES

OK(200)
Unauthorized(401)
Record Not Found(404)

HTTP Code: 200
Content Type : JSONapplication/json

A successful response containing the premium listings for the
specified location.

Data Schema
Generate Code
listings
array [object {3}] 

optional

A list of premium listings.

id
string 

optional

The unique identifier for the listing.

title
string 

optional

The title of the premium listing.

url
string 

optional

The URL of the listing.

Example
Copy

{
  "listings": [
    {
      "id": "12345",
      "title": "Premium Listing Example",
      "url": "https://example.com/listing/12345"
    }
  ]
}

Last modified: 25 days ago
Next
GETGet duplicate listings for location
CloneExport

My Apidog