Representatives

Retrieve unmasked representative details

Retrieves the unmasked details of a representative that has previously been created. Supply the unique representative ID, and Straddle will return the corresponding representative information, including sensitive details. This endpoint requires additional authentication and should be used with caution.

get/v1/representatives/{representative_id}/unmask

Path parameters

representative_idstring uuid required

Headers

request-idstring

Optional client generated identifier to trace and debug a request.

correlation-idstring

Optional client generated identifier to trace and debug a series of requests.

Response

OK

response_type'object' | 'array' | 'error' | 'none' required

Indicates the structure of the returned content.

  • "object" means the data field contains a single JSON object.
  • "array" means the data field contains an array of objects.
  • "error" means the data field contains an error object with details of the issue.
  • "none" means no data is returned.

Example response

{
  "data": {
    "first_name": "Ron",
    "last_name": "Swanson",
    "dob": "1980-01-01",
    "ssn_last4": "1234",
    "email": "ron.swanson@pawnee.com",
    "mobile_number": "+12128675309"
  }
}

Changes

Changed in 1 of the 33 revisions of this API.3

    • added the optional property data/metadata to the response with the 200 status (media type: text/plain)

      response-optional-property-added

    • added the optional property data/metadata to the response with the 200 status (media type: application/json)

      response-optional-property-added

    • added the optional property data/metadata to the response with the 200 status (media type: text/json)

      response-optional-property-added

    This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog