RPC
Advanced interaction with the Plugin API using jsonRPC
{
"method": "GET",
"params": {
"SecretKey": "your-secret-key-here",
"Path": "/information"
}
}{
"method": "POST",
"params": {
"SecretKey": "your-secret-key-here",
"Path": "/checkout",
"Body": {
"package_id": "12345",
"username": "foo"
}
}
}Make an RPC request
Request Body
Name
Type
Description
Last updated