GET
/
authenticate
curl --request GET \
  --url https://api.klipycrm.com/api/v1/authenticate \
  --header 'X-KLIPY-API-KEY: <api-key>'
{
  "team_name": "Your_Team_Name"
}

Authorizations

X-KLIPY-API-KEY
string
header
required

Response

200
application/json
Success
team_name
string

Team name of the API

Example:

"Your_Team_Name"