Hi @reprogammer
No pb, you get your parameters with $request like web endpoint.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I'm trying to create an endpoint that allows the client to request for an authorization to the server by sending his/her ID along with the API request. Is this possible?
Till now I use this syntax with Http client
$response = Http::"<my_server>/api/<my_action>?param1=$p1
You can try your syntax and let us know.
Please or to participate in this conversation.