Check if tenant system api key is valid
/
RootController_testGeo
PERS-api docs (2.0.7)
Download OpenAPI description
Overview
Languages
Servers
Mock server
https://docs.pers.ninja/_mock/swagger/
https://explorins-loyalty.ngrok.io/
https://api.pers.ninja/v2/
Core platform infrastructure endpoints including health checks, system status, and platform configuration. Provides essential system-level operations and monitoring.
Infrastructure Operations:
•
Health Monitoring:
System health checks and status reporting
•
Platform Status:
Real-time platform operational status
•
Configuration Access:
System configuration and environment information
•
Diagnostic Tools:
Platform diagnostics and troubleshooting endpoints
•
System Integration:
Core infrastructure for system-level operations
- Mock serverhttps://docs.pers.ninja/_mock/swagger/healthcheck
- https://explorins-loyalty.ngrok.io/healthcheck
- https://api.pers.ninja/v2/healthcheck
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://docs.pers.ninja/_mock/swagger/healthcheck \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-H 'x-project-key: YOUR_API_KEY_HERE'- Mock serverhttps://docs.pers.ninja/_mock/swagger/system
- https://explorins-loyalty.ngrok.io/system
- https://api.pers.ninja/v2/system
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://docs.pers.ninja/_mock/swagger/system \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-H 'x-project-key: YOUR_API_KEY_HERE'- Mock serverhttps://docs.pers.ninja/_mock/swagger/admin
- https://explorins-loyalty.ngrok.io/admin
- https://api.pers.ninja/v2/admin
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://docs.pers.ninja/_mock/swagger/admin \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'- Mock serverhttps://docs.pers.ninja/_mock/swagger/geolocation
- https://explorins-loyalty.ngrok.io/geolocation
- https://api.pers.ninja/v2/geolocation
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://docs.pers.ninja/_mock/swagger/geolocation \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-H 'x-project-key: YOUR_API_KEY_HERE'