Skip to content

Order Management System REST API - Account Controller

GET /account/byid/<owner>

Performing a GET on this URL retrieves the permissions for the currently authenticated user.

ParameterDescription
ownerA URL-encoded Owner Code

On success, a 200 response containing an array of AccountDetails objects.

GET /account/byid/<owner>/<account>

GET /account/byid/<owner>/<account>