Skip to main content

This API returns the list of account entitlement association for entitlement type group

GET 

https://example.com/api/v1/accounts/group_memberships

This API returns the list of account entitlement association for entitlement type group

Responses​

Successful operation

Schema

    countinteger
    Example: 9

    group_memberships

    object[]

  • Array [

  • accountIDinteger
    entitlementIDinteger
  • ]

Authorization: http

name: bearerAuthtype: httpscheme: bearerbearerFormat: JWT
curl -L 'https://example.com/api/v1/accounts/group_memberships' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <token>'
Request Collapse all
Base URL
https://example.com/api/v1
Auth
ResponseClear

Click the Send API Request button above and see the response here!