Skip to main content
POST
SIEM Establishments Search

Authorizations

Authorization
string
header
required

Use Authorization: Bearer YOUR_API_KEY

Headers

Prefer
string

Set wait=N to hold the connection up to N seconds for an inline result. If the job finishes in time you get the normal 200 body; otherwise a 202 with a status_url to poll.

Example:

"wait=30"

Body

application/json
name
string
required

Commercial name or razón social to search for. Matched case-insensitively as a substring.

Required string length: 2 - 200
state_code
integer
default:0

INEGI state code (1-32) to filter by. Omit or 0 searches all states.

Required range: 0 <= x <= 32
activity_code
integer
default:0

SCIAN activity code to filter by (exact match). Omit or 0 searches all activities.

Required range: 0 <= x <= 999999
page
integer
default:1

1-based page number for paginated results.

Required range: 1 <= x <= 1000
callback_url
string<uri>

POST the job result here when it finishes.

Response

Successful response

data
object
required