get
https://api.marketcircle.net/v1/labels/
Get list of all known social profile labels
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Labels are a special type of keyword that give context to Social Profiles, E-mail Address, URLs, Phone Numbers, and Addresses.
Labels are usually a broad classification for the object that they are labeling. For example, common labels for phone numbers are "Home", "Mobile", and "Work". Common labels for URLs might be "Homepage", "Blog", or "Support".
A label can be any short string that gives context to the object it is labeling. You can get a list of all known labels for a particular object type using the various label endpoints:
| Label Name | Label Type | Endpoint | Example Response |
|---|---|---|---|
| Social Profile | social_profiles | /v1/labels/social_profiles | ["Home", "Personal"] |
| emails | /v1/labels/emails | ["Work", "Personal"] | |
| URL | urls | /v1/labels/urls | ["Homepage", "Blog"] |
| Phone Number | phone_numbers | /v1/labels/phone_numbers | ["Home", "Mobile"] |
| Address | addresses | /v1/labels/addresses | ["Home", "Office"] |