Skimmer.PublicApi.Host | v1
booleanstring · requiredstring · requiredbooleanstring | null
string · requiredbooleanstring · requiredstring · requiredbooleanstring | null
Retrieves all lead sources.
GET
https://publicapi.getskimmer.com
/LeadSources
query Parameters
includeDeletedDefault: false
Headers
skimmer-api-keyThe skimmer-api-key header is used to authenticate with the API using your API key. Value is of the format YOUR_KEY_HERE.
Retrieves all lead sources. › Responses
OK
object[]
idThe unique identifier for the lead source.
deletedIndicates whether the lead source is deleted.
nameThe name of the lead source.
Retrieves the specified lead source.
GET
https://publicapi.getskimmer.com
/LeadSources/{id}
path Parameters
idquery Parameters
includeDeletedDefault: false
Headers
skimmer-api-keyThe skimmer-api-key header is used to authenticate with the API using your API key. Value is of the format YOUR_KEY_HERE.
Retrieves the specified lead source. › Responses
OK
idThe unique identifier for the lead source.
deletedIndicates whether the lead source is deleted.
nameThe name of the lead source.