Utilities
Check utils endpoint status
Projects
Project Keys
Utilities
Check utils endpoint status
GET
/
utils
curl --request GET \
--url http://localhost:3003/utils/
{
"status": "<string>"
}
Response
200 - application/json
Default Response
curl --request GET \
--url http://localhost:3003/utils/
{
"status": "<string>"
}