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}/emission-points/{emission_point_id}
{ "code": "001", "created_at": "2024-01-01T00:00:00Z", "establishment_id": "770e8400-e29b-41d4-a716-446655440000", "id": "880e8400-e29b-41d4-a716-446655440000", "initial_sequential": 0, "is_active": true, "tenant_id": "660e8400-e29b-41d4-a716-446655440000", "updated_at": "2024-01-01T00:00:00Z" }
Get a single EmissionPoint by ID.
Successful Response
Schema for EmissionPoint response.