cURL
curl --request GET \ --url https://api.lapyme.com.ar/api/v1/warehouses/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "address": "<string>", "isDefault": true, "isActive": true } }
Devuelve los datos de una ubicación específico usando su ID único.
Incluí tu API key en el header Authorization con el prefijo Bearer
ID único de la ubicación
"wh-123e4567"
Ubicación obtenida exitosamente
true
false
Show child attributes
Was this page helpful?