meta.total set to 1.
Endpoint
Request
Path parameters
integer
required
The unique identifier of the network to retrieve. You can find network IDs in the response from GET /v1/networks.
Headers
string
required
Your bearer token in the format
Bearer <token>.Query parameters
string
Comma-separated list of fields to return (e.g.
fields=name,logo_url). When omitted, all fields are returned.Example request
Responses
200 — Success
Returns the network wrapped in a paginated envelope. Thedata array contains exactly one network object.
object
Pagination metadata. For a single-record response,
total, from, to, current_page, and last_page are all 1.array
An array containing exactly one network object.
Example response
400 — Invalid input
Theid path parameter is not a valid network ID format.
401 — Unauthenticated
Your bearer token is missing, expired, or invalid.404 — Record not found
No network exists with the specifiedid. Verify the ID using GET /v1/networks.