Reference / MTC
MTC registration
Registration codes active at the Ministry of Transport for a given tax ID.
POST
/api/mtc/registro What it's for: Verify that a carrier's registration is current before hiring them.
Authentication
-
X-API-Keystring header required -
X-API-Key: tu_token -
Authorizationstring header -
Authorization: Bearer tu_token
Either one works. The token is generated from the client dashboard.
Body parameters
-
rucstring required - Company tax ID (RUC). Example:
20123456789
Response
Main fields this lookup returns:
registros_habilitados[]
Status codes
- 200 OK
- Lookup resolved. Counts one request against the plan.
- 401 Invalid or expired token
- The authentication header is missing or the token isn't valid.
- 403 No access
- The plan doesn't cover this service, or the subscription isn't active.
- 404 Not found
- The lookup ran but returned nothing. It still counts.
- 429 Limit reached
- The period's lookups have run out.
- 500 Service error
- The official source failed to answer. Nothing is cached.