Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url http://localhost:8000/issuers/{issuer_id}/establishments/{establishment_id}
{ "address": "Av. Principal 123, Quito, Ecuador", "code": "001", "created_at": "2024-01-01T00:00:00Z", "id": "770e8400-e29b-41d4-a716-446655440000", "is_active": true, "issuer_id": "550e8400-e29b-41d4-a716-446655440000", "name": "Matriz", "tenant_id": "660e8400-e29b-41d4-a716-446655440000", "updated_at": "2024-01-01T00:00:00Z" }
Get a single Establishment by ID.
Successful Response
Schema for Establishment response.