Discovery
List supported project services and turnaround options
List the service codes and turnaround values accepted when creating projects or quotes.
API key permission: account:read.
Standard response headers
HeaderExampleDescription
Stepes-Request-Idb09de4aa-3874-4991-b85c-0bc86e780511Server-generated request identifier for support and audit correlation.
Stepes-API-Version2.0.0Effective Stepes API semantic version.
RateLimit-Policy120;w=60Effective request limit and window for the authenticated key.
RateLimitlimit=120, remaining=119, reset=60Current limit, remaining requests, and reset interval.
Responses
200
Service options
401
Missing, malformed, expired, revoked, or disallowed API key
{
"object": "list",
"data": [
{
"object": "service_option",
"code": "string",
"name": "string",
"unit_type": "string"
}
],
"has_more": false,
"next_cursor": "string"
}