cURL
curl --request GET \ --url https://api.example.com/api/number-ranges \ --header 'Authorization: Bearer <token>'
[ { "id": 123, "title": "<string>", "start": 123, "end": 123, "latest_value": 123, "increase_by": 123, "prefix": "<string>", "suffix": "<string>", "padding": 123, "company": { "id": 123, "name": "<string>" } } ]
Enter your JWT token in the format 'Bearer '
Number ranges list retrieved successfully
Show child attributes