POST
/
api
/
v1
/
pemkeyauth
/
retrieve
curl --request POST \
  --url https://platform.unstructuredapp.io/api/v1/pemkeyauth/retrieve
{
  "pem_key": "<string>",
  "tenant_id": "<string>",
  "user_id": "<string>"
}

Headers

unstructured-api-key
string | null

Response

200
application/json

Successful Response

Response model for PEM key retrieval.