> ## Documentation Index
> Fetch the complete documentation index at: https://docs.game-services.work/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Software Providers

> Retrieves a list of all available software providers.

> `GET` /platform/api/software-providers

### Request Parameters

None

***

### Response Parameters

JSON Array of strings

```json Example theme={null}
[
  "NETENT",
  "NOVOMATIC",
  "EGT"
]
```

<ResponseExample>
  ```http Request theme={null}
  GET /platform/api/software-providers
  ```

  ```json Response 200 theme={null}
  [
      "NETENT",
      "NOVOMATIC",
      "EGT"
  ]
  ```
</ResponseExample>
