Setup Stir Shaken Cert

Create

Create a new Setup Stir Shaken Cert record.

post/api/cp/setup/stir-shaken-cert

Request body

idstring

Id

account_idinteger

Account Id

namestring required

Name

certstring

Cert

keystring

Key

old_idinteger

Old Id

Example request

{
  "id": 12345,
  "account_id": 1,
  "name": "Example Name",
  "cert": "Sample cert text content",
  "key": "Sample key text content",
  "old_id": 1
}

Response

Successful response

statusstring

Operation status

Example response

{
  "id": 12345,
  "status": "OK"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.