SERV Alert EAPI icon

SERV Alert EAPI

(0 reviews)

Authentication

Every API Request to the Title Alert API will require OAuth Authentication.

Authentication is granted by an Authentication End Point which will return a bearer token to be used in subsequent API requests. Bearer Tokens will have an expiry time.

Request
Message Body
KeyValue
client_id(will be provided to you)
client_secret(will be provided to you)
grant_typeclient_credentials
scopehttps://servictoria.io/serv-alert-eapi
Sample Request
curl --location '<URL to be Provided>' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'client_id=<replace with client ID>' \
--data-urlencode 'client_secret=<replace with client secret>' \
--data-urlencode 'grant_type=client_credentials' \
--data-urlencode 'scope==https://servictoria.io/serv-alert-eapi
Response
KeyValue
token_typeโ€œBearerโ€
expires_inExpiry time in seconds
ext_expires_inExpiry time of extension in seconds
access_token Access token to be used in subsequent requests.





Reviews