Ir al contenido

Getting Started

Para comenzar a consumir OrderFast API necesitás credenciales Bearer proporcionadas por OrderFast, asociadas a una location.

of_live_xxxxxxxxxxxxxxxxxxxxxxxxx

Para ambientes de prueba:

of_test_xxxxxxxxxxxxxxxxxxxxxxxxx

Todas las requests deben incluir:

Authorization: Bearer of_live_xxxxxxxxxxxxxxxxx
Content-Type: application/json
GET /v1/locations HTTP/1.1
Host: api.orderfast.com.ar
Authorization: Bearer of_live_xxxxxxxxxxxxxxxxx

Response:

{
"data": {
"id": "4f0c8810-6881-4674-96be-880fc32176a7",
"name": "Local Demo",
"slug": "local-demo",
"country": "AR"
}
}