Skip to main content

Yelp API key

Description

General

  • Documentation: https://docs.developer.yelp.com/reference
  • Summary: Yelp is a crowd-sourced review aggregator about businesses. It also provides information on those businesses and some services like online booking. Several functions are available for developers through the Yelp Fusion API. Access to the API is authenticated with a secret API key. This detector catches such API keys. Login works through the Manage App page.
  • IPs allowlist: This feature is not currently available.
  • Scopes: The API key has the same scope as the user who created it.

Revoke the secret

Keys can be refreshed from the Manage App dashboard.

Check for suspicious activity

API usage can be monitored in the Manage App dashboard.

Details for Yelp api key

  • Family: Api

  • Category: Other

  • Company: Yelp

  • High recall: False

  • Validity check available: True

  • On-premise instances exist: False

  • Only valid secrets raise an alert: False

  • Minimum number of matches: 1

  • Occurrences found for one million commits: 8.2

  • Prefixed: False

  • PreValidators:

- type: ContentWhitelistPreValidator
patterns:
- yelp
- type: ContentWhitelistPreValidator
patterns:
- yx

Examples

- text: "const yelpAPIkey = 'X8wZGnceJaXEt5FNygcwFtW09TxOiXTjT-amATwo5l9nEqf9jd5OSbT0Hl8Qa75y-sGSfBKwuEjwi2Y5uGvK4XJO7A2ALKJrY4i1GyKNUEBG4rPUdFrAHy3IBuHsXlYx';"
apikey: X8wZGnceJaXEt5FNygcwFtW09TxOiXTjT-amATwo5l9nEqf9jd5OSbT0Hl8Qa75y-sGSfBKwuEjwi2Y5uGvK4XJO7A2ALKJrY4i1GyKNUEBG4rPUdFrAHy3IBuHsXlYx

- text: |
const val BASE_URL: String = "https://api.yelp.com/"
const val AUTH = "Bearer 2og21nYKGeRWEzs_9RId4KEAxhT3_4O9kjgKH0K0BVOjaZv8TLEZIjeXYzs5Y1SONGlRlhlmyJEdzPeePvC4HIE3LM6LsuhyfgdnUL9MXxKUfg3mHEztgTV9MCWyZYYx"
apikey: 2og21nYKGeRWEzs_9RId4KEAxhT3_4O9kjgKH0K0BVOjaZv8TLEZIjeXYzs5Y1SONGlRlhlmyJEdzPeePvC4HIE3LM6LsuhyfgdnUL9MXxKUfg3mHEztgTV9MCWyZYYx

- text: |
API_KEY = wiuck20l8j-oWwCd9r53FqpN6ELB7K03zGw-ccUQR7uLHc9NaWubovOMdGdyFqIGGM4aVK6nxQ1DreDZn_qBYU4jky_5kQRVkiIDPSheCPggY3WzyRzi27kxoOpoYAYx
url= https://api.yelp.com/v3/businesses/search
apikey: wiuck20l8j-oWwCd9r53FqpN6ELB7K03zGw-ccUQR7uLHc9NaWubovOMdGdyFqIGGM4aVK6nxQ1DreDZn_qBYU4jky_5kQRVkiIDPSheCPggY3WzyRzi27kxoOpoYAYx

How can I help you ?