curl --request GET \
--url https://api.klipy.ai/api/v1/authenticate \
--header 'X-Klipy-Api-Key: <api-key>'{
"object": "success",
"data": {
"team_name": "<string>"
},
"meta": {
"request_id": "req_abc123",
"api_version": "1",
"timestamp": "2023-11-07T05:31:56Z"
}
}Validates the provided API key and returns team information.
curl --request GET \
--url https://api.klipy.ai/api/v1/authenticate \
--header 'X-Klipy-Api-Key: <api-key>'{
"object": "success",
"data": {
"team_name": "<string>"
},
"meta": {
"request_id": "req_abc123",
"api_version": "1",
"timestamp": "2023-11-07T05:31:56Z"
}
}Was this page helpful?