/
/telli API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 26m ago · Updated 20h ago
  • getVerify API Key
  • postAdd Contact
  • patchUpdate Contact
  • patchUpdate Contacts Batch
  • getGet Contact
  • postGet Contacts Batch
  • getGet Contact by External ID
  • getGet Call
  • getList Calls
  • postInitiate Call
  • postSchedule Call
  • postRemove from Auto Dialer
  • postRemove from Auto Dialer Batch
  • postAdd Contacts Batch
  • postSchedule Calls Batch
  • deleteDelete Contact
  • getList Phone Numbers
  • postReplace Phone Number
  • postImport Phone Number
  • deleteDelete Phone Number

Verify API Key

Verifies if the provided API key is valid

get/v1/verify-api-key

Response

API key is valid

messagestring

Example response

{
  "message": "API key is valid"
}

Changes