Skip to main content
Access your API credentials from the API Credentials page. Authentication All API requests must be authenticated using a JWT token. Follow the steps below to generate your token:
  • Use our authentication end point: https://api.wokelo.ai/auth/token/
  • Use your Client ID and Client Secret obtained from the API credentials page. Add your email and password. Grant type should be “password”.
  • This generates a JWT token.
Make first API call Lets try using Company Instant Enrichment API.
A successful request should return a request_id as shown below.
You can then use request result API to view the results.