Skip to main content

Vonage Keys

Description#

General#

  • Documentation: https://developer.nexmo.com/getting-started/overview
  • Summary: Nexmo (now Vonage) provides a suite of APIs that enable communication with customers using various channels. The Authentication is mainly ensured by a client_id and a client_secret.
  • IPs allowlist: This feature can be activated upon request to nexmo support. Read more here.
  • Scopes: Scopes depend on the authentication method chosen: in the query string or in the query header, but client_id and client_secret give a direct access to all API features except the Voice API.

Revoke the secret#

Secret revocation and rotation can be performed from the account settings page or from the secret rotation API.

Check for suspicious activity#

This feature is not mentioned in the documentation.

Details for Nexmo api keys#

  • Family: Api

  • Category: Messaging system

  • Company: Vonage

  • High recall: False

  • Validity check available: True

  • On-premise instances exist: False

  • Only valid secrets raise an alert: True

  • Minimum number of matches: 2

  • Occurrences found for one million commits: 6.73

  • Prefixed: False

  • PreValidators:

- type: FilenameBanlistPreValidator  banlist_extensions:  - ^(cs|x|p|s|r|m)?html5?~?$  - ^lock$  - ^storyboard(c|er)?~?$  - ^xib$  - ipynb  banlist_filenames: []  check_binaries: false  include_default_banlist_extensions: false  ban_markup: false- type: ContentWhitelistPreValidator  patterns:  - nexmo

Examples#

- text: |    curl -X GET  'https://rest.nexmo.com/account/get-balance?api_key=864919f3&api_secret=bjrDnPt6HrfVjzDv'  client_id: "864919f3"  client_secret: "bjrDnPt6HrfVjzDv"