Authentication

Shipbubble uses API keys to authenticate requests. Test mode API keys have the prefix sb_sandbox and Live mode API keys have the prefix sb_prod.

Shipbubble uses the Bearer Authentication header to authenticate requests. You will need to include Authorization: Bearer API_KEY in the header for all requests.

Sample header Authorization: Bearer sb_sandbox_uirgtrutghr57495

Last updated