URL Signing KeysGet Signing Key Details
URL Signing Keys

Get Signing Key Details

curl -X GET "https://api.videograph.ai/video/services/api/v1/signing-keys/example_string" \
  -H "Content-Type: application/json" \
  -H "Accept: example_string" \
  -H "Authorization: Basic YOUR_CREDENTIALS"
{
  "status": "Success",
  "message": "Lists all signing keys for environment and prooduct.",
  "code": 200,
  "data": [
    {
      "id": 1,
      "productTypeId": 1,
      "environmentId": 1,
      "signingKeyId": "vxdYecwma5FhGVVT4pyALK9gq4XbPOS9v02Vfp6ZnAj00",
      "createdOn": 1644333573405,
      "createdBy": "ntrphanikumar@yupptv.com"
    },
    {
      "id": 2,
      "productTypeId": 2,
      "environmentId": 1,
      "signingKeyId": "4Riv83rZ4EYc3XeMGQt01ME3Z6MOtXAGX6Gy5F9lyFAU",
      "createdOn": 1644333573405,
      "createdBy": "ntrphanikumar@yupptv.com"
    }
  ]
}
GET
/video/services/api/v1/signing-keys/{SIGNING_KEY_ID}
GET
Security Scheme
Basic Authentication
Usernamestring
Required

Username for basic authentication

Passwordpassword
Required

Password for basic authentication

Request Preview
Response

Response will appear here after sending the request

Authentication

basicAuth
header
Authorizationstring
Required

Basic authentication credentials. Provide username and password encoded in Base64 format: Basic base64(username:password)

Path Parameters

Headers

Responses

OK

Was this page helpful?
Built with Documentation.AI

Last updated 2 weeks ago