PINV Capabilities

Version 1.0 (latest)

Ping the service to check if it is online.

Version 1.0
download iconDownload spec

Endpoint

GET
https://pinv.dev.att.com/ping

This endpoint checks the connectivity status of the service.

arrowSecurity

http

scheme:bearer
bearerFormat:JWT
arrowRequest

Responses

Service is online.

arrowBody

application/json

REQUEST

1
2
3
4
5

RESPONSE

1
2
3
4
{
  "status": 200,
  "timestamp": "2024-11-18T21:36:11.258Z"
}