Get clan members
Get all members of a specific clan
GET
api.rs3.dev/clans/{name}/membersPath Parameters:
Clan name
Request Headers
X-API-Key:<your-api-key>Your API key will be obfuscated as a security measure.
curl -X GET "api.rs3.dev/clans/{name}/members" \ -H "Origin: http://localhost:3000"OK
OK