Test API (0.0.1)
Buy or rent spacecrafts
Get a list of spacecraft
Authorizations:
ApiKey
query Parameters
| offset | number (ParamNumber) >= 0 Example: offset=1 Page offset for collection |
| limit | number (ParamNumber) >= 0 Example: limit=20 Page limit for collection |
Responses
Response samples
- 200
- 500
Content type
application/json
{- "total": 1,
- "success": true,
- "list": [
- {
- "id": 1,
- "name": "Spacecraft 1",
- "type": "capsule",
- "description": "string"
}
]
}