Earners Lists
Create an Earners List
Creates a new Earners List
- POST
/api/v1/issuers/organization/earners_lists
Update an Earners List
Updates the basic information of an existing Earners List.
- PUT
/api/v1/issuers/organization/earners_lists/{earners_list_id}
For the update pass only values for the specific fields that should be updated.
Accepted values are:
name: Filter by name (e.g.,first list).description: Filter by description (e.g.,test list).type: Retrieve by type (e.g.,list).status: Filter by status (e.g.,enabled).
Retrieve an Earners List details
Retrieves the details of the Earners List by its ID
- GET
/api/v1/issuers/organization/earners_lists/{earners_list_id}
Earners List listing
Retrives all lists with users assigned to them.
- GET
/api/v1/issuers/organization/earners_lists
Query Parameters
type: Retrieve by the type (accepted valuesimportedorlist).status: Retrieve by the list status (accepted valuesenabledordisabled).name: Retrieve by the name of an Earners list.Created_at_after: Retrieve lists created after the specific date.Created_at_before: Retrieve lists created before the specific date.
Response Example
Delete an Earners list
Deletes an existing Earners List
- DELETE
/api/v1/issuers/organization/earners_lists/{earners_list_id}