v1
latestOpenAPI 3.0.12026-07-265331168.0 KBProxy User ACL
Retrieve Proxy User ACL
Retrieves a specific Proxy User ACL based on the provided ID for the current user's account.
get/public/user/proxy_user_acl/retrieve/{proxy_user_acl_id}
Path parameters
proxy_user_acl_idstring required
ID of the Proxy User ACL to retrieve
Response
Successful Proxy User ACL Retrieve
Example response
{
"data": {
"proxy_id": "550e8400-e29b-41d4-a716-446655440001",
"proxy_user_acl_id": "550e8400-e29b-41d4-a716-446655440000",
"proxy_user_id": "stevejobs",
"service_id": "API-1234-5678"
},
"message": "Proxy User ACL retrieve successful."
}