GET /my/current_routine_ids
Returns the current AM & PM routine ids for the logged in user
GET /my/current_routine_ids
curl \
-X GET https://api.cosmily.com/api/v1/my/current_routine_ids \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"am_routine_id": 42,
"pm_routine_id": 42
}
Response examples (200)
{
"am_routine_id": 42,
"pm_routine_id": 42
}