> ## Documentation Index
> Fetch the complete documentation index at: https://docs.weekday.works/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Weekday's API documentation

## How to get started?

**Step 1**: Sign up on Weekday [platform](https://platform.weekday.works/weekday-api) and then go this [API page](https://platform.weekday.works/weekday-api)

**Step 2**: Copy the API token associated with your account

**Step 3**: Try out the API by navigating to [**Contact APIs**](https://docs.weekday.works/api-reference/endpoint/phone-number) 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](https://platform.weekday.works/weekday-api)

<Card title="API Key" icon="code" href="https://platform.weekday.works/weekday-api">
  Generate API Key here
</Card>

```json theme={null}
"headers": [
  {
    "Authorization": "Bearer <token>"
  }
]
```
