SchoberAPI (1)

Download OpenAPI specification:Download

Authentication

APIKeyHeader

Security Scheme Type API Key
Header parameter name: X-APIKEY

b2b

Search B2B

With this endpoint you can search and enrich Companydata

Authorizations:
query Parameters
country_code
string
Default: "DE"
Value: "DE"

Countrycode of the company

company_name
required
string (Company Name)

Company_name

zipcode
required
string (Zipcode)

Zipcode

fuzzy
boolean (Fuzzy)
Default: false

Activate Fuzzy search for company name

proximity
boolean (Proximity)
Default: true

Are the different Words in the Company name in proximity

package
Array of strings (B2BPackage)
Items Enum: "industry_sector" "potential_data" "geo_data" "activity_info" "decision_maker" "identity_data" "communication_data"

Name of Package to include, can appear multiple times

max_result
integer (Max Result) [ 1 .. 3 ]
Default: 1

Maximum Amount of Results

Responses

Response samples

Content type
application/json
{
  • "matched": true,
  • "result_count": 1,
  • "tokens_used": 8,
  • "result": [
    ]
}

b2c

Search B2C

Authorizations:
query Parameters
country_code
string
Default: "DE"
Value: "DE"

Countrycode of the person

first_name
required
string (First Name)

First name

last_name
required
string (Last Name)

Last name

zipcode
required
string (Zipcode)

Zipcode

city
string (City)

City

street
required
string (Street)

Street

street_nr
string (Street Nr)

Street Nr

fuzzy
boolean (Fuzzy)
Default: false

Activate Fuzzy search for Person

fuzzy_cut
number (Fuzzy Cut)
Default: 0.5

Activate Fuzzy search for company name

packages
Array of strings (B2CPackage)
Items Enum: "social_demographics" "ocean" "travel" "lifestyle" "living_environment" "shopping" "automotive" "finance" "energy" "media"

packages

max_result
integer (Max Result) [ 1 .. 3 ]
Default: 1

Maximum Amount of Results

Responses

Response samples

Content type
application/json
{
  • "matched": true,
  • "result_count": 1,
  • "tokens_used": 11,
  • "result": [
    ]
}

Search B2C Email

Authorizations:
query Parameters
country_code
string
Default: "DE"
Value: "DE"

Countrycode of the person

email
required
string (Email)

email

packages
Array of strings (B2CPackage)
Items Enum: "social_demographics" "ocean" "travel" "lifestyle" "living_environment" "shopping" "automotive" "finance" "energy" "media"

packages

Responses

Response samples

Content type
application/json
{
  • "matched": true,
  • "result_count": 1,
  • "tokens_used": 11,
  • "result": [
    ]
}

status

Get Api Status

Authorizations:

Responses

Response samples

Content type
application/json
null

Get Current User Info

Authorizations:

Responses

Response samples

Content type
application/json
{
  • "customer_id": "string",
  • "name": "string",
  • "active": true,
  • "package": {
    },
  • "token_usage": {
    },
  • "date_created": "2019-08-24T14:15:22Z"
}