DevgoatsLockBox
1.0.0
OAS 3.0.1

LockBox

The base url should be your ServiceNow instance followed by the api endpoint.

Example:

https://YOURINSTANCE.service-now.com/api/...

Base URL
Basic Authentication (basic)
Client Libraries
Shell
Ruby
Node.js
PHP
Python
More

Create Data Item

Creates a secure data item and associates the item to the record provided.

Headers
  • Accept
    required
    string
  • Content-Type
    required
    string
Body
application/json
source_table
required
string

The table name of the record we are storing sensitive data for

source_record
required
string

The unique id of the record we are storing sensitive data against

entry
required
string

The sensitive data we are storing

Responses
  • 200
    application/json
  • 400
    application/json
  • 401
    application/json
  • 403
    application/json
POST/api/x_dego_lockbox/lockbox/create
Shell cURL

{
  "summary": "Success",
  "value": {
    "result": "LockBox Data Item has been captured for INC0007002."
  }
}