Info
Informações gerais sobre a API
Endpoint
Exemplo cURL
Exemplo Response Body
Last updated
Informações gerais sobre a API
Last updated
GET /api/info HTTP/1.1
Host: apim.niiw.io
Accept: */*
curl -X 'GET' \
'https://apim.niiw.io/api/info' \
-H 'accept: */*'{
"name": "niiw-api",
"title": "Niiw Private API",
"description": "https://niiw.io",
"version": "1.8.5",
"basePath": "https://apim.niiw.io",
"contact": {
"name": "https://apim.niiw.io",
"url": "https://app.niiw.io",
"email": "[email protected]"
},
"externalDoc": {
"name": "API Reference",
"url": "https://developer.niiw.io"
}
}