# Pending Invitations to Network Retrieve current list of emails invited to join network Endpoint: GET /invitations Security: Authorization ## Query parameters: - `network_id` (integer, required) ## Response 200 fields (application/json): - `data` (array) Example: [{"id":108,"email":"d.vekariya99@gmail.com","created_at":"2021-05-18T18:03:19.418Z","updated_at":"2021-05-18T18:03:19.418Z"}] - `data.id` (integer) - `data.email` (string) - `data.created_at` (string) - `data.updated_at` (string)