Skip to Content
API ReferenceAuthPOST /export

POST /auth/export

Export Auths

Export all auths as a clean, denormalized CSV.

Request Body (ExportAuthApiRequest)

FieldTypeRequiredDescription
auth_idstringNoUUID of the auth provider to export
idempotency_keystringNoIdempotency key — replays the prior export instead of re-running

Response (ExportAuthApiResponse)

FieldTypeRequiredDescription
contentstringYesExported file content
file_namestringYesSuggested file name for download
mime_typestringYesMIME type of the exported content
row_countintegerYesNumber of rows in the export
Last updated on