List PHP versions

Returns a list with all available PHP versions.

GET
https://portal.onyx.io/api/v2/sites/php_versions

If successful, this endpoint will return a 200 OK status.

Returned Object

When the request is successful, you can expect an object matching the specification below to be returned.

{
    php_versions: [ String ]
}