API Documentation
Everything you need to integrate RateShip into your application.
Everything you need to integrate RateShip into your application.
All API requests require a Bearer token in the Authorization header. Generate an API key from your dashboard (Pro plan required).
Authorization: Bearer rs_your_key_here
import { RateShip } from "rateship";
const rateship = new RateShip({
apiKey: "rs_dev_your_key_here",
});
// The SDK handles authentication automatically.
// Just pass your API key when creating the client.All API requests require a Bearer token in the Authorization header. Generate an API key from your dashboard (Pro plan required).
Authorization: Bearer rs_your_key_here
import { RateShip } from "rateship";
const rateship = new RateShip({
apiKey: "rs_dev_your_key_here",
});
// The SDK handles authentication automatically.
// Just pass your API key when creating the client.