# API Specs ## Docs - [Associate](https://docs.truecall.com/api-reference/private-endpoints/associate.md): Associates a specific TrueCall ID and dialed number combination to a customer's phone number. - [Associate & Verify](https://docs.truecall.com/api-reference/private-endpoints/associate_verify.md): Combines the Associate and Verify APIs: Associates a specific TrueCall ID and dialed number combination with a customer's phone number and runs a full verification on the TrueCall ID, validating all settings, including matching the consumer's phone number to the TrueCall ID. - [Check](https://docs.truecall.com/api-reference/private-endpoints/check.md): Runs a partial check on the TrueCall ID, verifying only that it exists, matches whitelisting and time window settings. - [Verify](https://docs.truecall.com/api-reference/private-endpoints/verify.md): Runs a full verification on the TrueCall ID, validating all settings, including matching the consumer's phone number to the TrueCall ID. - [Get Campaign](https://docs.truecall.com/api-reference/public-endpoints/campaigns/get.md): Retrieves details of a specific campaign identified by its ID. - [List Campaigns](https://docs.truecall.com/api-reference/public-endpoints/campaigns/list.md): Retrieves a paginated list of campaigns belonging to the team identified by the provided API key. The response includes campaign details and pagination information. - [Me](https://docs.truecall.com/api-reference/public-endpoints/me.md): Returns the info about the team that owns the api_key - [Get Session](https://docs.truecall.com/api-reference/public-endpoints/sessions/get.md): Retrieves details of a session by its ID. - [List Sessions](https://docs.truecall.com/api-reference/public-endpoints/sessions/list.md): Retrieves a paginated list of sessions. - [Introduction](https://docs.truecall.com/api-reference/public-introduction.md): Welcome to Truecall API Documentation ## OpenAPI Specs - [public-openapi](https://docs.truecall.com/api-reference/public-openapi.json) - [openapi](https://docs.truecall.com/api-reference/public/openapi.json) - [internal-openapi](https://docs.truecall.com/api-reference/internal-openapi.json)