# Profrakt

Profrakt

## List of Profrakt Pickup Locations

> Get a list of Profrakt Pickup Locations

```json
{"openapi":"3.0.2","info":{"title":"Flow Retail API version 2","version":"2.0.0"},"tags":[{"name":"DeliveryProvider","description":"DeliveryProvider"},{"name":"Profrakt","description":"Profrakt"}],"servers":[{"description":"Flow Retail Production","url":"https://api.flowretail.com/v2"},{"description":"Flow Retail Stage","url":"https://api.stage.flowretail.com/v2"}],"security":[{"authToken":[]},{"accessToken":[]}],"components":{"securitySchemes":{"authToken":{"description":"Token received from the auth service","scheme":"bearer","type":"http"},"accessToken":{"description":"Access token recevied after user login with a deviceToken","scheme":"bearer","type":"http"}},"responses":{"ProfraktPickupLocationListResponse":{"description":"Example response","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ProfraktPickupLocationResponseSchema"}}}}}},"schemas":{"ProfraktPickupLocationResponseSchema":{"title":"ProfraktPickupLocationResponseSchema","type":"object","required":["number","name","address1","address2","postalCode","countryCode","distanceInKm","city"],"properties":{"number":{"type":"string"},"name":{"type":"string"},"address1":{"type":"string"},"address2":{"type":"string"},"postalCode":{"type":"string"},"countryCode":{"type":"string"},"distanceInKm":{"type":"number","format":"double"},"city":{"type":"string"}}},"ProfraktPickupLocationRequestSchema":{"title":"ProfraktPickupLocationRequestSchema","type":"object","description":"Profrakt Pickup Location request Schema","required":["postalCode","city","countryCode","carrier"],"properties":{"postalCode":{"type":"string"},"city":{"type":"string"},"countryCode":{"type":"string"},"carrier":{"type":"string"},"address":{"type":"string"}}}},"requestBodies":{"ProfraktPickupLocationRequest":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProfraktPickupLocationRequestSchema"}}}}}},"paths":{"/tenants/{tenantUid}/profrakt-pickup-locations":{"post":{"summary":"List of Profrakt Pickup Locations","tags":["Profrakt","DeliveryProvider"],"responses":{"200":{"$ref":"#/components/responses/ProfraktPickupLocationListResponse"}},"operationId":"post-tenants-tenantUid-profrakt-pickup-locations","description":"Get a list of Profrakt Pickup Locations","requestBody":{"$ref":"#/components/requestBodies/ProfraktPickupLocationRequest"}}}}}
```
