Request
GET https://backend.net0.com/v1/grid-regions/{id}
This endpoint allows for the retrieval of a single grid region available on your Net0 account.
curl --location --request GET 'https://backend.net0.com/v1/grid-regions/1' \
--header 'x-api-key: <API_KEY>'
Parameters
Attribute | Type | Description | In |
---|---|---|---|
id | String | The id of the grid region to be fetched. | path |
Response
The response is the fetched grid response.
{
"id": 1,
"name": "AKGD",
"countryId": 230,
"createdAt": "2021-11-19T13:19:25.410Z",
"updatedAt": "2021-11-19T13:19:25.410Z"
}