Assign Profile
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
Request
Type of resource to assign to: ‘cycle_length’ or ‘price’
For categories: ‘daily’, ‘short’, ‘standard’, ‘long’.For unit-based ranges: ‘day’, ‘week’, ‘month’, ‘year’. For price assignments: the price ID.
Minimum value in the unit (for unit-based assignments). E.g., 1 for ‘1-3 months’ means 1 month.
Maximum value in the unit (for unit-based assignments). E.g., 3 for ‘1-3 months’ means 3 months.
Response
The unit type if unit-based (day/week/month/year), else None
Computed minimum days (for unit-based ranges)
Computed maximum days (for unit-based ranges)
Human-readable range (e.g., ‘1-3 months’, ‘daily’)