POST /orders/create is authenticated as a specific store using an API key, sent as a standard bearer token:
retailer_id, which you’ll also need — it identifies your store on every order you create.
Getting a key
There’s no self-serve signup yet, so getting set up is a short manual step:1
Apply
Submit your store at rushly.us/retailer/signup.
2
Get approved
The Rushly team reviews your application — usually same day.
3
Receive your key and retailer_id
Once approved, we’ll send you your
retailer_id and API key directly.
Reach out at support@rushly.us if you need a
key reissued or rotated.Testing your key
A quick way to confirm your key works — this fails fast with a 401 if it’s wrong, without creating anything:401 Unauthorized here means either the key or retailer_id is wrong (or they don’t match each other) — see Authentication errors for the full picture. Any other response means auth succeeded and you’ve hit request validation instead, which is expected with this minimal test body.