Web Documentation
Web Documentation

Here you can find all the documentation for all of the information and transactions that make our webpage www.cruzdelsurcargo.com.pe works the way it does.

Read »


Rest Api's Documentation
Rest Api's Documentation

In this section you can find all of the methos you may need to obtain the data you want for your business, such as DOCUMENT INFO, TRACKING INFO, STATUS OF ALL YOUR DOCUMENTS, etc. You need to have a COMMERCIAL ACCOUNT.

About Security (Headers)
  • Content-Type

    All endpoints use JSON for communication and require the Content-Type header to be set to application/json.

  • Authorization

    The endpoints are using Basic Auth for authentication with the API key and the API secret as the encoded credentials.

    Assuming your API key is 1234 and your API secret is topsecret, then you need to calculate Base64 of 1234:topsecret.

    The result then goes in the Authorization header like this: Authorization: Basic MTIzNDp0b3BzZWNyZXQ=.

Read »


Rest Api's Recojo App Documentation
Rest Api's Recojo App Documentation

In this section you can find all of the methos you may need to obtain the data you want for your Recojo App. You need to have a COMMERCIAL ACCOUNT.

About Security (Headers)
  • Content-Type

    All endpoints use JSON for communication and require the Content-Type header to be set to application/json.

  • Authorization

    The endpoints are using Basic Auth for authentication with the API key and the API secret as the encoded credentials.

    Assuming your API key is 1234 and your API secret is topsecret, then you need to calculate Base64 of 1234:topsecret.

    The result then goes in the Authorization header like this: Authorization: Basic MTIzNDp0b3BzZWNyZXQ=.

Read »