Setup Stir Shaken Cert

Migrate Stir Shaken Cert

Migrate Stir Shaken Cert

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

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

{"stackTrail":"paths:/api/cp/setup/stir-shaken-cert/migrate:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

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