function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Priyesh Misquith 12Priyesh Misquith 12 

mock callout for integrationg

Hi
i need help on the following scenario.
Currently i am working on integration and i dont have end point url.
I need help on crearting a dummy endpoint through apex class where it cointain the json on the of my format.
and i need to able to call that class and get the response.

Thanks
ANUTEJANUTEJ (Salesforce Developers) 
Hi Priyesh,

You could use of something link https://putsreq.com/ that could act as an endpoint for your testing and you could modify the response to your use case.

I hope this helps.

Regards,
Anutej