Skip to documentation
Browse documentation

Pincode Location Lookup

Validate and resolve JioMart location metadata for an Indian pincode.

Capability ID jiomart.location.pincode.lookup
Cost 1 credit per request
Maximum runtime 30 seconds
View raw

POST /execute Shared execution endpoint

Input parameters

pincode string required

Pincode supplied for this request.

Example 400001

Response

Successful output is returned in results[0].data. Raw platform output is intentionally open-ended and may evolve with the upstream source.

Illustrative sample The full redacted fixture is shown in the response panel.

Illustrative output fields

Derived from the sample above for orientation only. These observed fields are not a fixed response schema.

PathObserved typeExample
data array 1 items
data array 1 items
raw object 5 fields
raw.data array 1 items
raw.error object 3 fields
raw.request_uuid string bc6b14f23e853987e2df9b3763bbcdd4
raw.stormbreaker_uuid string ea8fe6f0-d60e-4a9b-ab82-97834e973c84
raw.success boolean true

Execution behavior

A 200 response completed inline. A 202 response was queued; poll GET /jobs/:id until the job reaches completed or failed.