Download OpenAPI specification:Download
External Developer API for REPOWR Asset Marketplace
Obtains JWT Auth token for any further requests
Success
Invalid input value(s)
{- "client_id": "abcdef1234",
- "client_secret": "abcdef1234"
}
{- "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IlF1T2laMWlEbXREX25XQ2JSZkliQyJ9",
- "expires_in": 1800,
- "token_type": "Bearer"
}
Creates new listing or multiple listings for your organization
Array of objects (CreateListingModel) an array of listing objects | |
object (CreateListingModel) |
Success
Invalid input value(s)
{- "listings": [
- {
- "listing_type": "private",
- "listing_organizations": [
- {
- "dot_num": "12345",
- "mc_num": "12345"
}
], - "minimum_rental_period": 14,
- "maximum_rental_period": 90,
- "rental_period_interval": "day",
- "allow_any_rental_duration": true,
- "price_interval": "daily",
- "price_per_interval_cents": 2900,
- "deposit_amount_cents": 50000,
- "declared_value_cents": 60000,
- "title": "Trailers - Dry Van",
- "descripton": "Dry Vans for private rental",
- "always_available": false,
- "primary_load_id": "abc123",
- "secondary_load_id": "abc123",
- "pickup": {
- "pickup_date": "2023-01-01 14:00:00.000000 +00:00",
- "pickup_date_utc": "2023-01-01 14:00:00.000000 +00:00",
- "pickup_location": {
- "pickup_instructions": "Call ahead",
- "name": "Pickup Yard 1",
- "address1": "1010 Henderson Rd NW",
- "address2": null,
- "city": "Huntsville",
- "state": "AL",
- "county": "Madison",
- "country_code": "US",
- "lat": 34.7304,
- "lon": 86.5861,
- "zip": "35816",
- "type": "yard",
- "timezone": "America/New_York"
}
}, - "dropoff": {
- "dropoff_date": "2023-06-01T14:00:00.000000-05:00",
- "dropoff_date_utc": "2023-06-01T14:00:00.000000-05:00",
- "dropoff_locations": [
- {
- "dropoff_instructions": "Confirm with attendant",
- "name": "Main Office",
- "address1": "401 Daniel Payne Dr",
- "address2": null,
- "city": "Birmingham",
- "state": "AL",
- "county": "Jefferson",
- "country_code": "US",
- "lat": 33.5186,
- "lon": 86.8104,
- "zip": "35214",
- "type": "office",
- "timezone": "America/New_York"
}
]
}, - "assets": [
- {
- "make": "Wabash",
- "model": "Dry Van",
- "year": 2017,
- "vin": "5V8VA6624DM301422",
- "plate_state": "OK",
- "plate_number": "5844JT",
- "unit_number": "29552",
- "length": "53ft",
- "description": "",
- "usage_restrictions": "",
- "asset_type": "trailer",
- "body_type": "dry_van",
- "door_type": "swing",
- "mileage": 100,
- "lift_gate": false,
- "food_grade": true
}, - {
- "make": "Wabash",
- "model": "Dry Van",
- "year": 2017,
- "vin": "5V8VA7724DM301423",
- "plate_state": "OK",
- "plate_number": "3723IT",
- "unit_number": "29553",
- "length": "53",
- "description": "",
- "usage_restrictions": "",
- "asset_type": "trailer",
- "body_type": "dry_van",
- "door_type": "swing",
- "mileage": 50,
- "lift_gate": false,
- "food_grade": true
}
]
}
], - "listing": {
- "listing_type": "private",
- "listing_organizations": [
- {
- "dot_num": "12345",
- "mc_num": "12345"
}
], - "minimum_rental_period": 14,
- "maximum_rental_period": 90,
- "rental_period_interval": "day",
- "allow_any_rental_duration": true,
- "price_interval": "daily",
- "price_per_interval_cents": 2900,
- "deposit_amount_cents": 50000,
- "declared_value_cents": 60000,
- "title": "Trailers - Dry Van",
- "descripton": "Dry Vans for private rental",
- "always_available": false,
- "primary_load_id": "abc123",
- "secondary_load_id": "abc123",
- "pickup": {
- "pickup_date": "2023-01-01 14:00:00.000000 +00:00",
- "pickup_date_utc": "2023-01-01 14:00:00.000000 +00:00",
- "pickup_location": {
- "pickup_instructions": "Call ahead",
- "name": "Pickup Yard 1",
- "address1": "1010 Henderson Rd NW",
- "address2": null,
- "city": "Huntsville",
- "state": "AL",
- "county": "Madison",
- "country_code": "US",
- "lat": 34.7304,
- "lon": 86.5861,
- "zip": "35816",
- "type": "yard",
- "timezone": "America/New_York"
}
}, - "dropoff": {
- "dropoff_date": "2023-06-01T14:00:00.000000-05:00",
- "dropoff_date_utc": "2023-06-01T14:00:00.000000-05:00",
- "dropoff_locations": [
- {
- "dropoff_instructions": "Confirm with attendant",
- "name": "Main Office",
- "address1": "401 Daniel Payne Dr",
- "address2": null,
- "city": "Birmingham",
- "state": "AL",
- "county": "Jefferson",
- "country_code": "US",
- "lat": 33.5186,
- "lon": 86.8104,
- "zip": "35214",
- "type": "office",
- "timezone": "America/New_York"
}
]
}, - "assets": [
- {
- "make": "Wabash",
- "model": "Dry Van",
- "year": 2017,
- "vin": "5V8VA6624DM301422",
- "plate_state": "OK",
- "plate_number": "5844JT",
- "unit_number": "29552",
- "length": "53ft",
- "description": "",
- "usage_restrictions": "",
- "asset_type": "trailer",
- "body_type": "dry_van",
- "door_type": "swing",
- "mileage": 100,
- "lift_gate": false,
- "food_grade": true
}, - {
- "make": "Wabash",
- "model": "Dry Van",
- "year": 2017,
- "vin": "5V8VA7724DM301423",
- "plate_state": "OK",
- "plate_number": "3723IT",
- "unit_number": "29553",
- "length": "53",
- "description": "",
- "usage_restrictions": "",
- "asset_type": "trailer",
- "body_type": "dry_van",
- "door_type": "swing",
- "mileage": 50,
- "lift_gate": false,
- "food_grade": true
}
]
}
}
{- "id": "WawyfszNI7dn67yVDHAHn",
- "listing_type": "private",
- "listing_organizations": [
- {
- "dot_num": "12345",
- "mc_num": "12345"
}
], - "minimum_rental_period": "14",
- "maximum_rental_period": "90",
- "rental_period_interval": "day",
- "allow_any_rental_duration": true,
- "price_interval": "daily",
- "price_per_interval_cents": 2900,
- "deposit_amount_cents": 50000,
- "title": "Trailers - Dry Van",
- "descripton": "Dry Vans for private rental",
- "always_available": false,
- "primary_load_id": "abc123",
- "secondary_load_id": "abc123",
- "pickup": {
- "pickup_date": "2023-01-01 14:00:00.000000 +00:00",
- "pickup_location": {
- "id": "C80_Izj_3IyJ0ZHLOBtab",
- "pickup_instructions": "Call ahead",
- "name": "Pickup Yard 1",
- "address1": "1010 Henderson Rd NW",
- "address2": null,
- "city": "Huntsville",
- "state": "AL",
- "county": "Madison",
- "country_code": "US",
- "lat": 34.7304,
- "lon": 86.5861,
- "zip": "35816",
- "type": "yard"
}
}, - "dropoff": {
- "dropoff_date": "2023-06-01 14:00:00.000000 +00:00",
- "dropoff_locations": [
- {
- "id": "FnseJHPpWyzm8saLFhMhA",
- "dropoff_instructions": "Confirm with attendant",
- "name": "Main Office",
- "address1": "401 Daniel Payne Dr",
- "address2": null,
- "city": "Birmingham",
- "state": "AL",
- "county": "Jefferson",
- "country_code": "US",
- "lat": 33.5186,
- "lon": 86.8104,
- "zip": "35214",
- "type": "office"
}
]
}, - "assets": [
- {
- "id": "PK3gG0nMejV_RwGomuaWA",
- "make": "Wabash",
- "model": "Dry Van",
- "year": 2017,
- "vin": "5V8VA6624DM301422",
- "plate_state": "OK",
- "plate_number": "5844JT",
- "unit_number": "29552",
- "length": "53ft",
- "description": "",
- "usage_restrictions": "",
- "asset_type": "trailer",
- "body_type": "dry_van",
- "door_type": "swing",
- "mileage": 100,
- "lift_gate": false,
- "food_grade": true
}, - {
- "id": "6Ng3PB9Aih7WbZtk6VJ0E",
- "make": "Wabash",
- "model": "Dry Van",
- "year": 2017,
- "vin": "5V8VA7724DM301423",
- "plate_state": "OK",
- "plate_number": "3723IT",
- "unit_number": "29553",
- "length": "53",
- "description": "",
- "usage_restrictions": "",
- "asset_type": "trailer",
- "body_type": "dry_van",
- "door_type": "swing",
- "mileage": 50,
- "lift_gate": false,
- "food_grade": true
}
]
}
Registers a webhook to post to your endpoint for specific events
Success
Invalid input value(s)
{- "events": [
- "renter.verify",
- "booking.create",
- "booking.pickup",
- "booking.dropoff",
- "booking.active",
- "booking.completed"
]
}
{- "events": [
- "renter.verify",
- "booking.create",
- "booking.pickup",
- "booking.dropoff",
- "booking.active",
- "booking.completed"
]
}
{- "organization": {
- "dot_num": "string",
- "mc_num": "string",
- "docker_num": "string",
- "repowr_code": "string",
- "name": "string",
- "legal_name": "string",
- "carrier_type": "Intrastate",
- "experian_commercial_score": 0,
- "experian_financial_stability_risk_score": 0,
- "location": {
- "address1": "string",
- "address2": "string",
- "city": "string",
- "state": "string",
- "county": "string",
- "country_code": "string",
- "lat": 0,
- "lon": 0,
- "zip": "string"
}, - "organization_authority": {
- "auth_grant_date": "string",
- "common_auth_status": "string",
- "common_auth_pending": true,
- "common_auth_revocation": true,
- "contract_auth_status": "string",
- "contract_auth_pending": true,
- "contract_auth_revocation": true,
- "broker_auth_status": "string",
- "broker_auth_pending": true,
- "broker_auth_revocation": true,
- "freight_authorized": true,
- "passenger_authorized": true,
- "household_goods_authorized": true,
- "private_authorized": true,
- "enterprise_authorized": true
}, - "organization_insurance": {
- "auth_grant_date": "string"
}, - "organization_assessment": {
- "auth_grant_date": "string"
}
}
}
Add or Invite organizations to your Repowr network
Success
Invalid input value(s)
{- "network_name": "string",
- "organizations": [
- {
- "dot_num": "string",
- "mc_num": "string",
- "name": "string",
- "primary_email_address": [
- "string"
], - "is_active": true
}
]
}
{- "network_name": "string",
- "organizations": {
- "dot_num": "string",
- "mc_num": "string",
- "status": "added",
- "error": "string"
}
}