cURL
curl --request GET \ --url https://verseodin.com/api/v1/universes \ --header 'Authorization: Bearer <token>'
{ "count": 123, "universes": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "universe_name": "<string>", "website": "<string>", "is_tracked": "<string>", "status": "<string>", "latest_day": "2023-12-25" } ] }
Returns every universe owned by the API key holder that has reached status='completed'. Use the id from each entry on every other endpoint.
status='completed'
id
Generate a key at /dashboard/settings/api-keys. Pass it as Authorization: Bearer vso_xxx on every request.
/dashboard/settings/api-keys
Authorization: Bearer vso_xxx
OK
Show child attributes