Skip to main content
Use this endpoint when you already know the ID of the network you want and need its full details — including merchant counts, product count, parent group, and country. The response wraps the single network record in the same paginated envelope as the list endpoint, with 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. The data 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

The id 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 specified id. Verify the ID using GET /v1/networks.

429 — Rate Limit Exceeded

You have exceeded your team’s request rate limit. Wait before retrying.