Info
Informações gerais sobre a API
Endpoint
Exemplo cURL
curl -X 'GET' \
'https://apim.niiw.io/api/info' \
-H 'accept: */*'
Exemplo Response Body
{
"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"
}
}
Last updated