Get Account Membership Settings
GEThttps://useast.api.elasticpath.com/v2/settings/account-membership
Use this endpoint to get all account membership settings.
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
data object
{
"data": {
"type": "account_membership_setting",
"membership_limit": 100
}
}
Authorization: http
name: BearerTokentype: httpscheme: bearer
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L -X GET 'https://useast.api.elasticpath.com/v2/settings/account-membership' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
ResponseClear