Skip to main content
GET
/
column-hashing-salts
/
{uuid}
Get a column hashing salt
curl --request GET \
  --url https://api.artie.com/column-hashing-salts/{uuid} \
  --header 'Authorization: Bearer <token>'
{
  "name": "<string>",
  "salt": "<string>",
  "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "createdAt": "2023-11-07T05:31:56Z",
  "description": "<string>",
  "updatedAt": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

API key passed as a Bearer token in the Authorization header.

Path Parameters

uuid
string
required

Response

OK

name
string
required
salt
string
required
uuid
string<uuid>
required
createdAt
string<date-time>
description
string
updatedAt
string<date-time>