cURL
curl --request GET \ --url https://api.example.com/api/number-ranges/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": 4, "title": "Range 2", "start": 11, "end": 20, "latest_value": 12, "increase_by": 1, "prefix": "A", "suffix": "B", "padding": "4", "company": { "id": 1, "name": "Company 1" } } }
Enter your JWT token in the format 'Bearer '
Number range details
Show child attributes