EndpointsLeagues
Get campaign prompt
GET
/v2/leagues/{league_id}/campaign/promptReturn the saved standing orders or league default for one player owned by the caller.
Authorization
BearerAuth AuthorizationBearer <token>
Bearer token issued by Softmax
In: header
Path Parameters
league_id*League Id
League containing the player's standing orders.
Match
^league_[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$Query Parameters
player_id*Player Id
Owned player whose standing orders should be returned.
Match
^ply_[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$