cURL
curl --request POST \ --url https://platform.unstructuredapp.io/api/v1/users/retrieve
{ "pem_key": "<string>", "tenant_id": "<string>", "user_id": "<string>" }
Given a UNSTRUCTURED_API_KEY in the post-payload, retrieve the associated PEM key
Successful Response
Response model for PEM key retrieval.
Was this page helpful?