Skip to main content

RTO Code

Represents the vehicle registration RTO code (e.g., MH01, DL03). This parameter is required to fetch location-specific vehicle details.

Path Parameters
    category category required

    Specifies the lookup category. This API accepts only 'rto' as the value.

    rtoCode rtoCode required

    RTO code

Responses

Successful Response


Schema
    reqId string

    Unique request identifier generated by the system.

    errors object[]

    List of errors if any occurred during processing.

    data object

    Contains RTO location details.

    rto object[]

    List of RTO location details.

  • Array [
  • state string

    Name of the state corresponding to the RTO.

    city string

    City name under the RTO jurisdiction.

    district string

    District name under the RTO jurisdiction.

    zipCode string

    Postal/ZIP code of the RTO location.

  • ]
Loading...