The training flow

Number of APIs: 17

  1. Get available offering items for a partner tenant GET {{base_url}}/api/2/tenants/{{my_tenant_id}}/offering_items/available_for_child?edition={{edition}}&kind={{kind}}

  2. Get stored reports list GET {{base_url}}/api/2/reports/{{report_id}}/stored

  3. Get self info using Basic Authentication GET {{base_url}}/api/2/users/me

  4. Issue a JWT token POST {{base_url}}/api/2/idp/token

  5. Set offering items for a partner tenant PUT {{base_url}}/api/2/tenants/{{partner_tenant_id}}/offering_items

  6. Create a customer tenant POST {{base_url}}/api/2/tenants

  7. Get available offering items for a customer tenant GET {{base_url}}/api/2/tenants/{{partner_tenant_id}}/offering_items/available_for_child?edition={{edition}}&kind={{kind}}

  8. Set offering items for a customer tenant PUT {{base_url}}/api/2/tenants/{{customer_tenant_id}}/offering_items

  9. Get a customer pricing model GET {{base_url}}/api/2/tenants/{{customer_tenant_id}}/pricing

  10. Set a customer pricing model to production PUT {{base_url}}/api/2/tenants/{{customer_tenant_id}}/pricing