A I settings
List creator banned words
List banned words applicable to the specified creator under its agency's content rules.
GET
/v1/agencies/{agencyId}/banned-words/activeList banned words applicable to the specified creator under its agency's content rules.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
agencyId*string
Length
1 <= lengthResponse Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/agencies/string/banned-words/active" \ -H "Authorization: Bearer YOUR_API_KEY"{ "data": [ { "agencyId": "string", "id": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "isActive": true, "word": "string" } ], "meta": { "requestId": "string" }}