Mailmus

Seed list

GET
/apps/{appId}/seed-list
AuthorizationBearer <token>

In: header

Path Parameters

appId*string

Response Body

curl -X GET "https://example.com/apps/string/seed-list"
Empty
POST
/apps/{appId}/seed-list
AuthorizationBearer <token>

In: header

Path Parameters

appId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://example.com/apps/string/seed-list" \  -H "Content-Type: application/json" \  -d '{    "email": "moi@gmail.com"  }'
Empty
DELETE
/apps/{appId}/seed-list/{id}
AuthorizationBearer <token>

In: header

Path Parameters

id*string
appId*string

Response Body

curl -X DELETE "https://example.com/apps/string/seed-list/string"
Empty