Invia la tua chiave API
Usa la base URL condivisahttps://platform.swipelux.com e invia la tua chiave nell’header X-API-Key.
GET /v3/capabilities conferma che la chiave e’ valida e che il tuo backend puo’ raggiungere l’API.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Autentica le richieste API con X-API-Key dal tuo backend.
https://platform.swipelux.com e invia la tua chiave nell’header X-API-Key.
export API_BASE='https://platform.swipelux.com'
export SWIPELUX_API_KEY='replace-with-your-api-key'
curl --request GET \
"${API_BASE}/v3/capabilities" \
--header "X-API-Key: ${SWIPELUX_API_KEY}"
GET /v3/capabilities conferma che la chiave e’ valida e che il tuo backend puo’ raggiungere l’API.