List All Deliveries
Lists of Deliveries from a Project.
Authentication
Authentication
Every request sent to Scale’s API requires authentication. In short, your API Key is the Bearer token. See the Authentication section for more details.
Required query parameters
You are expected to provide one of the following to find deliveries:
project_id
- The ID of the Scale project.project_name
- The name of the Scale project.
Authorizations
Your API Key is the Bearer token. See the Authentication section to learn how to access your key.
Query Parameters
Scale's unique identifier for the project.
"project_abc123"
The name of the project.
"My Scale Project"
Deliveries with a delivered_at
after the given date will be returned. A timestamp formatted as an ISO 8601 date-time string.
Deliveries with a delivered_at
before the given date will be returned. A timestamp formatted as an ISO 8601 date-time string.
Response
List of deliveries.
The response is of type object
.