List
List all account roles
List
GET
https://{{account_id}}.acquire.io/api/v1/account/role
Retrieve a list of the account's roles
Query Parameters
Name
Type
Description
select
array
Specify which fields you'd like in the response
relations
string
Specify relations with other entities
where
object
Specify a condition to limit the response
order
object
Specify the order descending or ascending order
Headers
Name
Type
Description
Authorization
string
Bearer {{API_KEY}}
Last updated