Skip to main content

How to get started?

Step 1: Sign up on Weekday platform and then go this API page Step 2: Copy the API token associated with your account Step 3: Try out the API by navigating to Contact APIs section and clicking on “Try it”. Copy paste the API token in Authorisation section and then enter the complete LinkedIn URL for any person to get their contact details as API response

Authentication

  • All API endpoints are authenticated using Bearer tokens.
  • You can generate an API Key on our Platform

API Key

Generate API Key here
"headers": [
  {
    "Authorization": "Bearer <token>"
  }
]